@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListAppKeyRegistrationsResponseMeta extends Object
ListAppKeyRegistrationsResponseMeta object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_TOTAL_FILTERED |
boolean |
unparsed |
| Constructor and Description |
|---|
ListAppKeyRegistrationsResponseMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ListAppKeyRegistrationsResponseMeta 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 |
getTotal()
The total number of app key registrations.
|
Long |
getTotalFiltered()
The total number of app key registrations that match the specified filters.
|
int |
hashCode() |
ListAppKeyRegistrationsResponseMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setTotal(Long total) |
void |
setTotalFiltered(Long totalFiltered) |
String |
toString() |
ListAppKeyRegistrationsResponseMeta |
total(Long total) |
ListAppKeyRegistrationsResponseMeta |
totalFiltered(Long totalFiltered) |
public boolean unparsed
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TOTAL_FILTERED
public ListAppKeyRegistrationsResponseMeta total(Long total)
@Nullable public Long getTotal()
public void setTotal(Long total)
public ListAppKeyRegistrationsResponseMeta totalFiltered(Long totalFiltered)
@Nullable public Long getTotalFiltered()
public void setTotalFiltered(Long totalFiltered)
public ListAppKeyRegistrationsResponseMeta 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.