@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ItemApiPayloadMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HAS_MORE |
static String |
JSON_PROPERTY_TOTAL_COUNT |
static String |
JSON_PROPERTY_TOTAL_FILTERED_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
ItemApiPayloadMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ItemApiPayloadMetaPage 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.
|
Boolean |
getHasMore()
Whether there are additional pages of items beyond the current page.
|
Long |
getTotalCount()
The total number of items in the datastore, ignoring any filters.
|
Long |
getTotalFilteredCount()
The total number of items that match the current filter criteria.
|
int |
hashCode() |
ItemApiPayloadMetaPage |
hasMore(Boolean hasMore) |
ItemApiPayloadMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHasMore(Boolean hasMore) |
void |
setTotalCount(Long totalCount) |
void |
setTotalFilteredCount(Long totalFilteredCount) |
String |
toString() |
ItemApiPayloadMetaPage |
totalCount(Long totalCount) |
ItemApiPayloadMetaPage |
totalFilteredCount(Long totalFilteredCount) |
public boolean unparsed
public static final String JSON_PROPERTY_HAS_MORE
public static final String JSON_PROPERTY_TOTAL_COUNT
public static final String JSON_PROPERTY_TOTAL_FILTERED_COUNT
public ItemApiPayloadMetaPage hasMore(Boolean hasMore)
@Nullable public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public ItemApiPayloadMetaPage totalCount(Long totalCount)
@Nullable public Long getTotalCount()
public void setTotalCount(Long totalCount)
public ItemApiPayloadMetaPage totalFilteredCount(Long totalFilteredCount)
@Nullable public Long getTotalFilteredCount()
public void setTotalFilteredCount(Long totalFilteredCount)
public ItemApiPayloadMetaPage 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 © 2026. All rights reserved.