@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AiCustomRulesetResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RULES |
static String |
JSON_PROPERTY_SHORT_DESCRIPTION |
boolean |
unparsed |
| Constructor and Description |
|---|
AiCustomRulesetResponseAttributes() |
AiCustomRulesetResponseAttributes(OffsetDateTime createdAt,
String createdBy,
String description,
String name,
List<AiCustomRuleItem> rules,
String shortDescription) |
| Modifier and Type | Method and Description |
|---|---|
AiCustomRulesetResponseAttributes |
addRulesItem(AiCustomRuleItem rulesItem) |
AiCustomRulesetResponseAttributes |
createdAt(OffsetDateTime createdAt) |
AiCustomRulesetResponseAttributes |
createdBy(String createdBy) |
AiCustomRulesetResponseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this AiCustomRulesetResponseAttributes 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.
|
OffsetDateTime |
getCreatedAt()
The creation timestamp.
|
String |
getCreatedBy()
The identifier of the user who created the ruleset.
|
String |
getDescription()
Base64-encoded full description of the ruleset.
|
String |
getName()
The ruleset name.
|
List<AiCustomRuleItem> |
getRules()
The rules contained in the ruleset.
|
String |
getShortDescription()
Base64-encoded short description of the ruleset.
|
int |
hashCode() |
AiCustomRulesetResponseAttributes |
name(String name) |
AiCustomRulesetResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AiCustomRulesetResponseAttributes |
rules(List<AiCustomRuleItem> rules) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRules(List<AiCustomRuleItem> rules) |
void |
setShortDescription(String shortDescription) |
AiCustomRulesetResponseAttributes |
shortDescription(String shortDescription) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RULES
public static final String JSON_PROPERTY_SHORT_DESCRIPTION
public AiCustomRulesetResponseAttributes()
public AiCustomRulesetResponseAttributes(OffsetDateTime createdAt, String createdBy, String description, String name, List<AiCustomRuleItem> rules, String shortDescription)
public AiCustomRulesetResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public AiCustomRulesetResponseAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public AiCustomRulesetResponseAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public AiCustomRulesetResponseAttributes name(String name)
public String getName()
public void setName(String name)
public AiCustomRulesetResponseAttributes rules(List<AiCustomRuleItem> rules)
public AiCustomRulesetResponseAttributes addRulesItem(AiCustomRuleItem rulesItem)
@Nullable public List<AiCustomRuleItem> getRules()
public void setRules(List<AiCustomRuleItem> rules)
public AiCustomRulesetResponseAttributes shortDescription(String shortDescription)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public AiCustomRulesetResponseAttributes 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.