@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudWorkloadSecurityAgentRuleUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_EXPRESSION |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudWorkloadSecurityAgentRuleUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CloudWorkloadSecurityAgentRuleUpdateAttributes |
description(String description) |
CloudWorkloadSecurityAgentRuleUpdateAttributes |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this CloudWorkloadSecurityAgentRuleUpdateAttributes object is equal to o.
|
CloudWorkloadSecurityAgentRuleUpdateAttributes |
expression(String expression) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
The description of the Agent rule.
|
Boolean |
getEnabled()
Whether the Agent rule is enabled.
|
String |
getExpression()
The SECL expression of the Agent rule.
|
int |
hashCode() |
CloudWorkloadSecurityAgentRuleUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setExpression(String expression) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_EXPRESSION
public CloudWorkloadSecurityAgentRuleUpdateAttributes()
public CloudWorkloadSecurityAgentRuleUpdateAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CloudWorkloadSecurityAgentRuleUpdateAttributes enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public CloudWorkloadSecurityAgentRuleUpdateAttributes expression(String expression)
@Nullable public String getExpression()
public void setExpression(String expression)
public CloudWorkloadSecurityAgentRuleUpdateAttributes 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.