@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringRuleAnomalyDetectionOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUCKET_DURATION |
static String |
JSON_PROPERTY_DETECTION_TOLERANCE |
static String |
JSON_PROPERTY_INSTANTANEOUS_BASELINE |
static String |
JSON_PROPERTY_LEARNING_DURATION |
static String |
JSON_PROPERTY_LEARNING_PERIOD_BASELINE |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringRuleAnomalyDetectionOptions() |
public boolean unparsed
public static final String JSON_PROPERTY_BUCKET_DURATION
public static final String JSON_PROPERTY_DETECTION_TOLERANCE
public static final String JSON_PROPERTY_INSTANTANEOUS_BASELINE
public static final String JSON_PROPERTY_LEARNING_DURATION
public static final String JSON_PROPERTY_LEARNING_PERIOD_BASELINE
public SecurityMonitoringRuleAnomalyDetectionOptions()
public SecurityMonitoringRuleAnomalyDetectionOptions bucketDuration(SecurityMonitoringRuleAnomalyDetectionOptionsBucketDuration bucketDuration)
@Nullable public SecurityMonitoringRuleAnomalyDetectionOptionsBucketDuration getBucketDuration()
public void setBucketDuration(SecurityMonitoringRuleAnomalyDetectionOptionsBucketDuration bucketDuration)
public SecurityMonitoringRuleAnomalyDetectionOptions detectionTolerance(SecurityMonitoringRuleAnomalyDetectionOptionsDetectionTolerance detectionTolerance)
@Nullable public SecurityMonitoringRuleAnomalyDetectionOptionsDetectionTolerance getDetectionTolerance()
public void setDetectionTolerance(SecurityMonitoringRuleAnomalyDetectionOptionsDetectionTolerance detectionTolerance)
public SecurityMonitoringRuleAnomalyDetectionOptions instantaneousBaseline(Boolean instantaneousBaseline)
@Nullable public Boolean getInstantaneousBaseline()
public void setInstantaneousBaseline(Boolean instantaneousBaseline)
public SecurityMonitoringRuleAnomalyDetectionOptions learningDuration(SecurityMonitoringRuleAnomalyDetectionOptionsLearningDuration learningDuration)
@Nullable public SecurityMonitoringRuleAnomalyDetectionOptionsLearningDuration getLearningDuration()
public void setLearningDuration(SecurityMonitoringRuleAnomalyDetectionOptionsLearningDuration learningDuration)
public SecurityMonitoringRuleAnomalyDetectionOptions learningPeriodBaseline(Long learningPeriodBaseline)
@Nullable public Long getLearningPeriodBaseline()
public void setLearningPeriodBaseline(Long learningPeriodBaseline)
public SecurityMonitoringRuleAnomalyDetectionOptions putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.