@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class KindAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
KindAttributes() |
| Modifier and Type | Method and Description |
|---|---|
KindAttributes |
description(String description) |
KindAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this KindAttributes 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 |
getDescription()
Short description of the kind.
|
String |
getDisplayName()
User friendly name of the kind.
|
String |
getName()
The kind name.
|
int |
hashCode() |
KindAttributes |
name(String name) |
KindAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_NAME
public KindAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public KindAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public KindAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public KindAttributes 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.