@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomAttributeConfigResourceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CASE_TYPE_ID |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_IS_MULTI |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomAttributeConfigResourceAttributes() |
CustomAttributeConfigResourceAttributes(String caseTypeId,
String displayName,
Boolean isMulti,
String key,
CustomAttributeType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CASE_TYPE_ID
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_IS_MULTI
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_TYPE
public CustomAttributeConfigResourceAttributes()
public CustomAttributeConfigResourceAttributes(String caseTypeId, String displayName, Boolean isMulti, String key, CustomAttributeType type)
public CustomAttributeConfigResourceAttributes caseTypeId(String caseTypeId)
public String getCaseTypeId()
public void setCaseTypeId(String caseTypeId)
public CustomAttributeConfigResourceAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CustomAttributeConfigResourceAttributes displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public CustomAttributeConfigResourceAttributes isMulti(Boolean isMulti)
public Boolean getIsMulti()
public void setIsMulti(Boolean isMulti)
public CustomAttributeConfigResourceAttributes key(String key)
public String getKey()
public void setKey(String key)
public CustomAttributeConfigResourceAttributes type(CustomAttributeType type)
public CustomAttributeType getType()
public void setType(CustomAttributeType type)
public CustomAttributeConfigResourceAttributes 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.