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