@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) |
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() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.