@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_ATTRIBUTES |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_STATUS_NAME |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TYPE_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseCreateAttributes() |
CaseCreateAttributes(String title,
String typeId) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_ATTRIBUTES
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_STATUS_NAME
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE_ID
public CaseCreateAttributes customAttributes(Map<String,CustomAttributeValue> customAttributes)
public CaseCreateAttributes putCustomAttributesItem(String key, CustomAttributeValue customAttributesItem)
@Nullable public Map<String,CustomAttributeValue> getCustomAttributes()
public void setCustomAttributes(Map<String,CustomAttributeValue> customAttributes)
public CaseCreateAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CaseCreateAttributes priority(CasePriority priority)
@Nullable public CasePriority getPriority()
public void setPriority(CasePriority priority)
public CaseCreateAttributes statusName(String statusName)
@Nullable public String getStatusName()
public void setStatusName(String statusName)
public CaseCreateAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public CaseCreateAttributes typeId(String typeId)
public String getTypeId()
public void setTypeId(String typeId)
public CaseCreateAttributes 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.