@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ArbitraryRuleResponseData extends Object
ArbitraryRuleResponseData object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ArbitraryRuleResponseData() |
ArbitraryRuleResponseData(ArbitraryRuleResponseDataType type) |
| Modifier and Type | Method and Description |
|---|---|
ArbitraryRuleResponseData |
attributes(ArbitraryRuleResponseDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this ArbitraryRuleResponseData object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
ArbitraryRuleResponseDataAttributes |
getAttributes()
The definition of
ArbitraryRuleResponseDataAttributes object. |
String |
getId()
The
ArbitraryRuleResponseData id. |
ArbitraryRuleResponseDataType |
getType()
Arbitrary rule resource type.
|
int |
hashCode() |
ArbitraryRuleResponseData |
id(String id) |
ArbitraryRuleResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ArbitraryRuleResponseDataAttributes attributes) |
void |
setId(String id) |
void |
setType(ArbitraryRuleResponseDataType type) |
String |
toString() |
ArbitraryRuleResponseData |
type(ArbitraryRuleResponseDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public ArbitraryRuleResponseData()
public ArbitraryRuleResponseData(ArbitraryRuleResponseDataType type)
public ArbitraryRuleResponseData attributes(ArbitraryRuleResponseDataAttributes attributes)
@Nullable public ArbitraryRuleResponseDataAttributes getAttributes()
ArbitraryRuleResponseDataAttributes object.public void setAttributes(ArbitraryRuleResponseDataAttributes attributes)
public ArbitraryRuleResponseData id(String id)
@Nullable public String getId()
ArbitraryRuleResponseData id.public void setId(String id)
public ArbitraryRuleResponseData type(ArbitraryRuleResponseDataType type)
public ArbitraryRuleResponseDataType getType()
public void setType(ArbitraryRuleResponseDataType type)
public ArbitraryRuleResponseData 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.