@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RulesetRespData extends Object
RulesetRespData 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 |
|---|
RulesetRespData() |
RulesetRespData(RulesetRespDataType type) |
| Modifier and Type | Method and Description |
|---|---|
RulesetRespData |
attributes(RulesetRespDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this RulesetRespData 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.
|
RulesetRespDataAttributes |
getAttributes()
The definition of
RulesetRespDataAttributes object. |
String |
getId()
The
RulesetRespData id. |
RulesetRespDataType |
getType()
Ruleset resource type.
|
int |
hashCode() |
RulesetRespData |
id(String id) |
RulesetRespData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(RulesetRespDataAttributes attributes) |
void |
setId(String id) |
void |
setType(RulesetRespDataType type) |
String |
toString() |
RulesetRespData |
type(RulesetRespDataType 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 RulesetRespData()
public RulesetRespData(RulesetRespDataType type)
public RulesetRespData attributes(RulesetRespDataAttributes attributes)
@Nullable public RulesetRespDataAttributes getAttributes()
RulesetRespDataAttributes object.public void setAttributes(RulesetRespDataAttributes attributes)
public RulesetRespData id(String id)
@Nullable public String getId()
RulesetRespData id.public void setId(String id)
public RulesetRespData type(RulesetRespDataType type)
public RulesetRespDataType getType()
public void setType(RulesetRespDataType type)
public RulesetRespData 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.