@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ContainerMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURSOR |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_NEXT_CURSOR |
static String |
JSON_PROPERTY_PREV_CURSOR |
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ContainerMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
ContainerMetaPage |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this ContainerMetaPage 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.
|
String |
getCursor()
The cursor used to get the current results, if any.
|
Integer |
getLimit()
Number of results returned minimum: 0 maximum: 10000
|
String |
getNextCursor()
The cursor used to get the next results, if any.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPrevCursor_JsonNullable() |
String |
getPrevCursor()
The cursor used to get the previous results, if any.
|
Long |
getTotal()
Total number of records that match the query.
|
ContainerMetaPageType |
getType()
Type of Container pagination.
|
int |
hashCode() |
ContainerMetaPage |
limit(Integer limit) |
ContainerMetaPage |
nextCursor(String nextCursor) |
ContainerMetaPage |
prevCursor(String prevCursor) |
ContainerMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCursor(String cursor) |
void |
setLimit(Integer limit) |
void |
setNextCursor(String nextCursor) |
void |
setPrevCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> prevCursor) |
void |
setPrevCursor(String prevCursor) |
void |
setTotal(Long total) |
void |
setType(ContainerMetaPageType type) |
String |
toString() |
ContainerMetaPage |
total(Long total) |
ContainerMetaPage |
type(ContainerMetaPageType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CURSOR
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_NEXT_CURSOR
public static final String JSON_PROPERTY_PREV_CURSOR
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TYPE
public ContainerMetaPage cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public ContainerMetaPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public ContainerMetaPage nextCursor(String nextCursor)
@Nullable public String getNextCursor()
public void setNextCursor(String nextCursor)
public ContainerMetaPage prevCursor(String prevCursor)
@Nullable public String getPrevCursor()
public org.openapitools.jackson.nullable.JsonNullable<String> getPrevCursor_JsonNullable()
public void setPrevCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> prevCursor)
public void setPrevCursor(String prevCursor)
public ContainerMetaPage total(Long total)
@Nullable public Long getTotal()
public void setTotal(Long total)
public ContainerMetaPage type(ContainerMetaPageType type)
@Nullable public ContainerMetaPageType getType()
public void setType(ContainerMetaPageType type)
public ContainerMetaPage 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.