@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseViewUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_NP_RULE_ID |
static String |
JSON_PROPERTY_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseViewUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CaseViewUpdateAttributes 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.
|
String |
getName()
The name of the view.
|
String |
getNpRuleId()
The identifier of a notification rule linked to this view.
|
String |
getQuery()
The query used to filter cases in this view.
|
int |
hashCode() |
CaseViewUpdateAttributes |
name(String name) |
CaseViewUpdateAttributes |
npRuleId(String npRuleId) |
CaseViewUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseViewUpdateAttributes |
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_NAME
public static final String JSON_PROPERTY_NP_RULE_ID
public static final String JSON_PROPERTY_QUERY
public CaseViewUpdateAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public CaseViewUpdateAttributes npRuleId(String npRuleId)
@Nullable public String getNpRuleId()
public void setNpRuleId(String npRuleId)
public CaseViewUpdateAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public CaseViewUpdateAttributes 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.