@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudWorkloadSecurityAgentRuleActionSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPEND |
static String |
JSON_PROPERTY_FIELD |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_TTL |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudWorkloadSecurityAgentRuleActionSet() |
| Modifier and Type | Method and Description |
|---|---|
CloudWorkloadSecurityAgentRuleActionSet |
append(Boolean append) |
boolean |
equals(Object o)
Return true if this CloudWorkloadSecurityAgentRuleActionSet object is equal to o.
|
CloudWorkloadSecurityAgentRuleActionSet |
field(String field) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getAppend()
Whether the value should be appended to the field
|
String |
getField()
The field of the set action
|
String |
getName()
The name of the set action
|
String |
getScope()
The scope of the set action
|
Long |
getSize()
The size of the set action
|
Long |
getTtl()
The time to live of the set action
|
String |
getValue()
The value of the set action
|
int |
hashCode() |
CloudWorkloadSecurityAgentRuleActionSet |
name(String name) |
CloudWorkloadSecurityAgentRuleActionSet |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CloudWorkloadSecurityAgentRuleActionSet |
scope(String scope) |
void |
setAppend(Boolean append) |
void |
setField(String field) |
void |
setName(String name) |
void |
setScope(String scope) |
void |
setSize(Long size) |
void |
setTtl(Long ttl) |
void |
setValue(String value) |
CloudWorkloadSecurityAgentRuleActionSet |
size(Long size) |
String |
toString() |
CloudWorkloadSecurityAgentRuleActionSet |
ttl(Long ttl) |
CloudWorkloadSecurityAgentRuleActionSet |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_APPEND
public static final String JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_TTL
public static final String JSON_PROPERTY_VALUE
public CloudWorkloadSecurityAgentRuleActionSet()
public CloudWorkloadSecurityAgentRuleActionSet append(Boolean append)
@Nullable public Boolean getAppend()
public void setAppend(Boolean append)
public CloudWorkloadSecurityAgentRuleActionSet field(String field)
@Nullable public String getField()
public void setField(String field)
public CloudWorkloadSecurityAgentRuleActionSet name(String name)
@Nullable public String getName()
public void setName(String name)
public CloudWorkloadSecurityAgentRuleActionSet scope(String scope)
@Nullable public String getScope()
public void setScope(String scope)
public CloudWorkloadSecurityAgentRuleActionSet size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public CloudWorkloadSecurityAgentRuleActionSet ttl(Long ttl)
@Nullable public Long getTtl()
public void setTtl(Long ttl)
public CloudWorkloadSecurityAgentRuleActionSet value(String value)
@Nullable public String getValue()
public void setValue(String value)
public CloudWorkloadSecurityAgentRuleActionSet 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 © 2025. All rights reserved.