@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringRuleNewValueOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FORGET_AFTER |
static String |
JSON_PROPERTY_LEARNING_DURATION |
static String |
JSON_PROPERTY_LEARNING_METHOD |
static String |
JSON_PROPERTY_LEARNING_THRESHOLD |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringRuleNewValueOptions() |
public boolean unparsed
public static final String JSON_PROPERTY_FORGET_AFTER
public static final String JSON_PROPERTY_LEARNING_DURATION
public static final String JSON_PROPERTY_LEARNING_METHOD
public static final String JSON_PROPERTY_LEARNING_THRESHOLD
public SecurityMonitoringRuleNewValueOptions()
public SecurityMonitoringRuleNewValueOptions forgetAfter(SecurityMonitoringRuleNewValueOptionsForgetAfter forgetAfter)
@Nullable public SecurityMonitoringRuleNewValueOptionsForgetAfter getForgetAfter()
public void setForgetAfter(SecurityMonitoringRuleNewValueOptionsForgetAfter forgetAfter)
public SecurityMonitoringRuleNewValueOptions learningDuration(SecurityMonitoringRuleNewValueOptionsLearningDuration learningDuration)
@Nullable public SecurityMonitoringRuleNewValueOptionsLearningDuration getLearningDuration()
public void setLearningDuration(SecurityMonitoringRuleNewValueOptionsLearningDuration learningDuration)
public SecurityMonitoringRuleNewValueOptions learningMethod(SecurityMonitoringRuleNewValueOptionsLearningMethod learningMethod)
@Nullable public SecurityMonitoringRuleNewValueOptionsLearningMethod getLearningMethod()
public void setLearningMethod(SecurityMonitoringRuleNewValueOptionsLearningMethod learningMethod)
public SecurityMonitoringRuleNewValueOptions learningThreshold(SecurityMonitoringRuleNewValueOptionsLearningThreshold learningThreshold)
@Nullable public SecurityMonitoringRuleNewValueOptionsLearningThreshold getLearningThreshold()
public void setLearningThreshold(SecurityMonitoringRuleNewValueOptionsLearningThreshold learningThreshold)
public SecurityMonitoringRuleNewValueOptions 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 © 2024. All rights reserved.