@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseViewAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_NP_RULE_ID |
static String |
JSON_PROPERTY_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseViewAttributes() |
CaseViewAttributes(OffsetDateTime createdAt,
String name,
String query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CaseViewAttributes 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()
Timestamp when the view was created.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the view was last modified.
|
String |
getName()
A human-readable name for the view, displayed in the Case Management UI.
|
String |
getNpRuleId()
The identifier of a notification rule linked to this view.
|
String |
getQuery()
The search query that determines which cases appear in this view.
|
int |
hashCode() |
CaseViewAttributes |
name(String name) |
CaseViewAttributes |
npRuleId(String npRuleId) |
CaseViewAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseViewAttributes |
query(String query) |
void |
setName(String name) |
void |
setNpRuleId(String npRuleId) |
void |
setQuery(String query) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NP_RULE_ID
public static final String JSON_PROPERTY_QUERY
public CaseViewAttributes()
public CaseViewAttributes(OffsetDateTime createdAt, String name, String query)
public OffsetDateTime getCreatedAt()
@Nullable public OffsetDateTime getModifiedAt()
public CaseViewAttributes name(String name)
public String getName()
public void setName(String name)
public CaseViewAttributes npRuleId(String npRuleId)
@Nullable public String getNpRuleId()
public void setNpRuleId(String npRuleId)
public CaseViewAttributes query(String query)
public String getQuery()
status:open priority:P1).public void setQuery(String query)
public CaseViewAttributes 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.