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