@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() |
| Modifier and Type | Method and Description |
|---|---|
GetMappingResponseDataAttributesAttributesItems |
addGroupsItem(String groupsItem) |
GetMappingResponseDataAttributesAttributesItems |
attribute(String attribute) |
GetMappingResponseDataAttributesAttributesItems |
description(String description) |
GetMappingResponseDataAttributesAttributesItems |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this GetMappingResponseDataAttributesAttributesItems 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 |
getAttribute()
The attribute identifier as used in the entity data model.
|
String |
getDescription()
Human-readable explanation of what the attribute represents.
|
String |
getDisplayName()
The human-readable label for the attribute shown in the UI.
|
List<String> |
getGroups()
List of group labels used to categorize the attribute.
|
Boolean |
getIsCustom()
Whether this attribute is a custom user-defined attribute rather than a built-in one.
|
String |
getType()
The data type of the attribute (for example, string or number).
|
GetMappingResponseDataAttributesAttributesItems |
groups(List<String> groups) |
int |
hashCode() |
GetMappingResponseDataAttributesAttributesItems |
isCustom(Boolean isCustom) |
GetMappingResponseDataAttributesAttributesItems |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttribute(String attribute) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setGroups(List<String> groups) |
void |
setIsCustom(Boolean isCustom) |
void |
setType(String type) |
String |
toString() |
GetMappingResponseDataAttributesAttributesItems |
type(String type) |
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)
@Nullable public List<String> getGroups()
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.