@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class KindObj extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_KIND |
boolean |
unparsed |
| Modifier and Type | Method and Description |
|---|---|
KindObj |
description(String description) |
KindObj |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this KindObj 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()
The display name of the kind.
|
String |
getKind()
The name of the kind to create or update.
|
int |
hashCode() |
KindObj |
kind(String kind) |
KindObj |
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 |
setKind(String kind) |
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_KIND
public KindObj()
public KindObj(String kind)
@Nullable public String getDescription()
public void setDescription(String description)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public String getKind()
public void setKind(String kind)
public KindObj 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 © 2025. All rights reserved.