@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PaginationMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIRST_OFFSET |
static String |
JSON_PROPERTY_LAST_OFFSET |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_NEXT_OFFSET |
static String |
JSON_PROPERTY_OFFSET |
static String |
JSON_PROPERTY_PREV_OFFSET |
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
PaginationMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PaginationMetaPage object is equal to o.
|
PaginationMetaPage |
firstOffset(Long firstOffset) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFirstOffset()
Integer representing the offset to fetch the first page of results.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLastOffset_JsonNullable() |
Long |
getLastOffset()
Integer representing the offset to fetch the last page of results.
|
Long |
getLimit()
Integer representing the number of elements to be returned in the results.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getNextOffset_JsonNullable() |
Long |
getNextOffset()
Integer representing the index of the first element in the next page of results.
|
Long |
getOffset()
Integer representing the index of the first element in the results.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getPrevOffset_JsonNullable() |
Long |
getPrevOffset()
Integer representing the index of the first element in the previous page of results.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getTotal_JsonNullable() |
Long |
getTotal()
Integer representing the total number of elements available.
|
PaginationMetaPageType |
getType()
The pagination type used for offset-based pagination.
|
int |
hashCode() |
PaginationMetaPage |
lastOffset(Long lastOffset) |
PaginationMetaPage |
limit(Long limit) |
PaginationMetaPage |
nextOffset(Long nextOffset) |
PaginationMetaPage |
offset(Long offset) |
PaginationMetaPage |
prevOffset(Long prevOffset) |
PaginationMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFirstOffset(Long firstOffset) |
void |
setLastOffset_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> lastOffset) |
void |
setLastOffset(Long lastOffset) |
void |
setLimit(Long limit) |
void |
setNextOffset_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> nextOffset) |
void |
setNextOffset(Long nextOffset) |
void |
setOffset(Long offset) |
void |
setPrevOffset_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> prevOffset) |
void |
setPrevOffset(Long prevOffset) |
void |
setTotal_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> total) |
void |
setTotal(Long total) |
void |
setType(PaginationMetaPageType type) |
String |
toString() |
PaginationMetaPage |
total(Long total) |
PaginationMetaPage |
type(PaginationMetaPageType type) |
public boolean unparsed
public static final String JSON_PROPERTY_FIRST_OFFSET
public static final String JSON_PROPERTY_LAST_OFFSET
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_NEXT_OFFSET
public static final String JSON_PROPERTY_OFFSET
public static final String JSON_PROPERTY_PREV_OFFSET
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TYPE
public PaginationMetaPage firstOffset(Long firstOffset)
@Nullable public Long getFirstOffset()
public void setFirstOffset(Long firstOffset)
public PaginationMetaPage lastOffset(Long lastOffset)
@Nullable public Long getLastOffset()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLastOffset_JsonNullable()
public void setLastOffset_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> lastOffset)
public void setLastOffset(Long lastOffset)
public PaginationMetaPage limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public PaginationMetaPage nextOffset(Long nextOffset)
@Nullable public Long getNextOffset()
public org.openapitools.jackson.nullable.JsonNullable<Long> getNextOffset_JsonNullable()
public void setNextOffset_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> nextOffset)
public void setNextOffset(Long nextOffset)
public PaginationMetaPage offset(Long offset)
@Nullable public Long getOffset()
public void setOffset(Long offset)
public PaginationMetaPage prevOffset(Long prevOffset)
@Nullable public Long getPrevOffset()
public org.openapitools.jackson.nullable.JsonNullable<Long> getPrevOffset_JsonNullable()
public void setPrevOffset_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> prevOffset)
public void setPrevOffset(Long prevOffset)
public PaginationMetaPage total(Long total)
@Nullable public Long getTotal()
public org.openapitools.jackson.nullable.JsonNullable<Long> getTotal_JsonNullable()
public void setTotal_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> total)
public void setTotal(Long total)
public PaginationMetaPage type(PaginationMetaPageType type)
@Nullable public PaginationMetaPageType getType()
public void setType(PaginationMetaPageType type)
public PaginationMetaPage 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.