@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PartialApplicationKeyResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
PartialApplicationKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
PartialApplicationKeyResponse |
addIncludedItem(ApplicationKeyResponseIncludedItem includedItem) |
PartialApplicationKeyResponse |
data(PartialApplicationKey data) |
boolean |
equals(Object o)
Return true if this PartialApplicationKeyResponse object is equal to o.
|
PartialApplicationKey |
getData()
Partial Datadog application key.
|
List<ApplicationKeyResponseIncludedItem> |
getIncluded()
Array of objects related to the application key.
|
int |
hashCode() |
PartialApplicationKeyResponse |
included(List<ApplicationKeyResponseIncludedItem> included) |
void |
setData(PartialApplicationKey data) |
void |
setIncluded(List<ApplicationKeyResponseIncludedItem> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public PartialApplicationKeyResponse data(PartialApplicationKey data)
@Nullable public PartialApplicationKey getData()
public void setData(PartialApplicationKey data)
public PartialApplicationKeyResponse included(List<ApplicationKeyResponseIncludedItem> included)
public PartialApplicationKeyResponse addIncludedItem(ApplicationKeyResponseIncludedItem includedItem)
@Nullable public List<ApplicationKeyResponseIncludedItem> getIncluded()
public void setIncluded(List<ApplicationKeyResponseIncludedItem> included)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.