@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationKeyResponseMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX_ALLOWED_PER_USER |
static String |
JSON_PROPERTY_PAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
ApplicationKeyResponseMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ApplicationKeyResponseMeta 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.
|
Long |
getMaxAllowedPerUser()
Max allowed number of application keys per user.
|
ApplicationKeyResponseMetaPage |
getPage()
Additional information related to the application key response.
|
int |
hashCode() |
ApplicationKeyResponseMeta |
maxAllowedPerUser(Long maxAllowedPerUser) |
ApplicationKeyResponseMeta |
page(ApplicationKeyResponseMetaPage page) |
ApplicationKeyResponseMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMaxAllowedPerUser(Long maxAllowedPerUser) |
void |
setPage(ApplicationKeyResponseMetaPage page) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX_ALLOWED_PER_USER
public static final String JSON_PROPERTY_PAGE
public ApplicationKeyResponseMeta maxAllowedPerUser(Long maxAllowedPerUser)
@Nullable public Long getMaxAllowedPerUser()
public void setMaxAllowedPerUser(Long maxAllowedPerUser)
public ApplicationKeyResponseMeta page(ApplicationKeyResponseMetaPage page)
@Nullable public ApplicationKeyResponseMetaPage getPage()
public void setPage(ApplicationKeyResponseMetaPage page)
public ApplicationKeyResponseMeta 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.