@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentIncluded extends Object
DeploymentIncluded object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_META |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentIncluded() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentIncluded |
attributes(DeploymentIncludedAttributes attributes) |
boolean |
equals(Object o)
Return true if this DeploymentIncluded 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.
|
DeploymentIncludedAttributes |
getAttributes()
The definition of
DeploymentIncludedAttributes object. |
String |
getId()
The
DeploymentIncluded id. |
DeploymentIncludedMeta |
getMeta()
The definition of
DeploymentIncludedMeta object. |
DeploymentIncludedType |
getType()
The definition of
DeploymentIncludedType object. |
int |
hashCode() |
DeploymentIncluded |
id(String id) |
DeploymentIncluded |
meta(DeploymentIncludedMeta meta) |
DeploymentIncluded |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(DeploymentIncludedAttributes attributes) |
void |
setId(String id) |
void |
setMeta(DeploymentIncludedMeta meta) |
void |
setType(DeploymentIncludedType type) |
String |
toString() |
DeploymentIncluded |
type(DeploymentIncludedType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_META
public static final String JSON_PROPERTY_TYPE
public DeploymentIncluded attributes(DeploymentIncludedAttributes attributes)
@Nullable public DeploymentIncludedAttributes getAttributes()
DeploymentIncludedAttributes object.public void setAttributes(DeploymentIncludedAttributes attributes)
public DeploymentIncluded id(String id)
@Nullable public String getId()
DeploymentIncluded id.public void setId(String id)
public DeploymentIncluded meta(DeploymentIncludedMeta meta)
@Nullable public DeploymentIncludedMeta getMeta()
DeploymentIncludedMeta object.public void setMeta(DeploymentIncludedMeta meta)
public DeploymentIncluded type(DeploymentIncludedType type)
@Nullable public DeploymentIncludedType getType()
DeploymentIncludedType object.public void setType(DeploymentIncludedType type)
public DeploymentIncluded 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 © 2024. All rights reserved.