@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AiCustomRuleItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_LAST_REVISION |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AiCustomRuleItem() |
AiCustomRuleItem(OffsetDateTime createdAt,
String createdBy,
AiCustomRuleRevisionResponseAttributes lastRevision,
String name) |
| Modifier and Type | Method and Description |
|---|---|
AiCustomRuleItem |
createdAt(OffsetDateTime createdAt) |
AiCustomRuleItem |
createdBy(String createdBy) |
boolean |
equals(Object o)
Return true if this AiCustomRuleItem 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 rule.
|
AiCustomRuleRevisionResponseAttributes |
getLastRevision()
Response attributes of an AI custom rule revision.
|
String |
getName()
The rule name.
|
int |
hashCode() |
AiCustomRuleItem |
lastRevision(AiCustomRuleRevisionResponseAttributes lastRevision) |
AiCustomRuleItem |
name(String name) |
AiCustomRuleItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setLastRevision(AiCustomRuleRevisionResponseAttributes lastRevision) |
void |
setName(String name) |
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_LAST_REVISION
public static final String JSON_PROPERTY_NAME
public AiCustomRuleItem()
public AiCustomRuleItem(OffsetDateTime createdAt, String createdBy, AiCustomRuleRevisionResponseAttributes lastRevision, String name)
public AiCustomRuleItem createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public AiCustomRuleItem createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public AiCustomRuleItem lastRevision(AiCustomRuleRevisionResponseAttributes lastRevision)
public AiCustomRuleRevisionResponseAttributes getLastRevision()
public void setLastRevision(AiCustomRuleRevisionResponseAttributes lastRevision)
public AiCustomRuleItem name(String name)
public String getName()
public void setName(String name)
public AiCustomRuleItem 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.