@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabPageMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIRST_NUMBER |
static String |
JSON_PROPERTY_LAST_NUMBER |
static String |
JSON_PROPERTY_NEXT_NUMBER |
static String |
JSON_PROPERTY_NUMBER |
static String |
JSON_PROPERTY_PREV_NUMBER |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabPageMetaPage() |
ModelLabPageMetaPage(Long number,
Long size,
Long total) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ModelLabPageMetaPage object is equal to o.
|
ModelLabPageMetaPage |
firstNumber(Long firstNumber) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFirstNumber()
The first page number.
|
Long |
getLastNumber()
The last page number.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getNextNumber_JsonNullable() |
Long |
getNextNumber()
The next page number.
|
Long |
getNumber()
The current page number.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getPrevNumber_JsonNullable() |
Long |
getPrevNumber()
The previous page number.
|
Long |
getSize()
The number of items per page.
|
Long |
getTotal()
The total number of items.
|
String |
getType()
The pagination type.
|
int |
hashCode() |
ModelLabPageMetaPage |
lastNumber(Long lastNumber) |
ModelLabPageMetaPage |
nextNumber(Long nextNumber) |
ModelLabPageMetaPage |
number(Long number) |
ModelLabPageMetaPage |
prevNumber(Long prevNumber) |
ModelLabPageMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFirstNumber(Long firstNumber) |
void |
setLastNumber(Long lastNumber) |
void |
setNextNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> nextNumber) |
void |
setNextNumber(Long nextNumber) |
void |
setNumber(Long number) |
void |
setPrevNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> prevNumber) |
void |
setPrevNumber(Long prevNumber) |
void |
setSize(Long size) |
void |
setTotal(Long total) |
void |
setType(String type) |
ModelLabPageMetaPage |
size(Long size) |
String |
toString() |
ModelLabPageMetaPage |
total(Long total) |
ModelLabPageMetaPage |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_FIRST_NUMBER
public static final String JSON_PROPERTY_LAST_NUMBER
public static final String JSON_PROPERTY_NEXT_NUMBER
public static final String JSON_PROPERTY_NUMBER
public static final String JSON_PROPERTY_PREV_NUMBER
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TYPE
public ModelLabPageMetaPage firstNumber(Long firstNumber)
@Nullable public Long getFirstNumber()
public void setFirstNumber(Long firstNumber)
public ModelLabPageMetaPage lastNumber(Long lastNumber)
@Nullable public Long getLastNumber()
public void setLastNumber(Long lastNumber)
public ModelLabPageMetaPage nextNumber(Long nextNumber)
@Nullable public Long getNextNumber()
public org.openapitools.jackson.nullable.JsonNullable<Long> getNextNumber_JsonNullable()
public void setNextNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> nextNumber)
public void setNextNumber(Long nextNumber)
public ModelLabPageMetaPage number(Long number)
public Long getNumber()
public void setNumber(Long number)
public ModelLabPageMetaPage prevNumber(Long prevNumber)
@Nullable public Long getPrevNumber()
public org.openapitools.jackson.nullable.JsonNullable<Long> getPrevNumber_JsonNullable()
public void setPrevNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> prevNumber)
public void setPrevNumber(Long prevNumber)
public ModelLabPageMetaPage size(Long size)
public Long getSize()
public void setSize(Long size)
public ModelLabPageMetaPage total(Long total)
public Long getTotal()
public void setTotal(Long total)
public ModelLabPageMetaPage type(String type)
@Nullable public String getType()
public void setType(String type)
public ModelLabPageMetaPage 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.