@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PartialApplicationKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
PartialApplicationKey() |
| Modifier and Type | Method and Description |
|---|---|
PartialApplicationKey |
attributes(PartialApplicationKeyAttributes attributes) |
boolean |
equals(Object o)
Return true if this PartialApplicationKey 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.
|
PartialApplicationKeyAttributes |
getAttributes()
Attributes of a partial application key.
|
String |
getId()
ID of the application key.
|
ApplicationKeyRelationships |
getRelationships()
Resources related to the application key.
|
ApplicationKeysType |
getType()
Application Keys resource type.
|
int |
hashCode() |
PartialApplicationKey |
id(String id) |
PartialApplicationKey |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
PartialApplicationKey |
relationships(ApplicationKeyRelationships relationships) |
void |
setAttributes(PartialApplicationKeyAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(ApplicationKeyRelationships relationships) |
void |
setType(ApplicationKeysType type) |
String |
toString() |
PartialApplicationKey |
type(ApplicationKeysType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public PartialApplicationKey attributes(PartialApplicationKeyAttributes attributes)
@Nullable public PartialApplicationKeyAttributes getAttributes()
public void setAttributes(PartialApplicationKeyAttributes attributes)
public PartialApplicationKey id(String id)
@Nullable public String getId()
public void setId(String id)
public PartialApplicationKey relationships(ApplicationKeyRelationships relationships)
@Nullable public ApplicationKeyRelationships getRelationships()
public void setRelationships(ApplicationKeyRelationships relationships)
public PartialApplicationKey type(ApplicationKeysType type)
@Nullable public ApplicationKeysType getType()
public void setType(ApplicationKeysType type)
public PartialApplicationKey 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.