@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GetMappingResponseDataAttributesAttributesItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTE |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_GROUPS |
static String |
JSON_PROPERTY_IS_CUSTOM |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GetMappingResponseDataAttributesAttributesItems() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTE
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_GROUPS
public static final String JSON_PROPERTY_IS_CUSTOM
public static final String JSON_PROPERTY_TYPE
public GetMappingResponseDataAttributesAttributesItems()
public GetMappingResponseDataAttributesAttributesItems attribute(String attribute)
@Nullable public String getAttribute()
public void setAttribute(String attribute)
public GetMappingResponseDataAttributesAttributesItems description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public GetMappingResponseDataAttributesAttributesItems displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public GetMappingResponseDataAttributesAttributesItems groups(List<String> groups)
public GetMappingResponseDataAttributesAttributesItems addGroupsItem(String groupsItem)
public GetMappingResponseDataAttributesAttributesItems isCustom(Boolean isCustom)
@Nullable public Boolean getIsCustom()
public void setIsCustom(Boolean isCustom)
public GetMappingResponseDataAttributesAttributesItems type(String type)
@Nullable public String getType()
public void setType(String type)
public GetMappingResponseDataAttributesAttributesItems 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.