@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomRulesetAttributes 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 |
|---|
CustomRulesetAttributes() |
CustomRulesetAttributes(OffsetDateTime createdAt,
String createdBy,
String description,
String name,
List<CustomRule> rules,
String shortDescription) |
| Modifier and Type | Method and Description |
|---|---|
CustomRulesetAttributes |
addRulesItem(CustomRule rulesItem) |
CustomRulesetAttributes |
createdAt(OffsetDateTime createdAt) |
CustomRulesetAttributes |
createdBy(String createdBy) |
CustomRulesetAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CustomRulesetAttributes 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()
Creation timestamp
|
String |
getCreatedBy()
Creator identifier
|
String |
getDescription()
Base64-encoded full description
|
String |
getName()
Ruleset name
|
List<CustomRule> |
getRules()
Rules in the ruleset
|
String |
getShortDescription()
Base64-encoded short description
|
int |
hashCode() |
CustomRulesetAttributes |
name(String name) |
CustomRulesetAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CustomRulesetAttributes |
rules(List<CustomRule> rules) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRules(List<CustomRule> rules) |
void |
setShortDescription(String shortDescription) |
CustomRulesetAttributes |
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 CustomRulesetAttributes()
public CustomRulesetAttributes(OffsetDateTime createdAt, String createdBy, String description, String name, List<CustomRule> rules, String shortDescription)
public CustomRulesetAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public CustomRulesetAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public CustomRulesetAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public CustomRulesetAttributes name(String name)
public String getName()
public void setName(String name)
public CustomRulesetAttributes rules(List<CustomRule> rules)
public CustomRulesetAttributes addRulesItem(CustomRule rulesItem)
@Nullable public List<CustomRule> getRules()
public void setRules(List<CustomRule> rules)
public CustomRulesetAttributes shortDescription(String shortDescription)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public CustomRulesetAttributes 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.