@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ContainerImageMetaPage 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 |
|---|
ContainerImageMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
ContainerImageMetaPage |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this ContainerImageMetaPage 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.
|
ContainerImageMetaPageType |
getType()
Type of Container Image pagination.
|
int |
hashCode() |
ContainerImageMetaPage |
limit(Integer limit) |
ContainerImageMetaPage |
nextCursor(String nextCursor) |
ContainerImageMetaPage |
prevCursor(String prevCursor) |
ContainerImageMetaPage |
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(ContainerImageMetaPageType type) |
String |
toString() |
ContainerImageMetaPage |
total(Long total) |
ContainerImageMetaPage |
type(ContainerImageMetaPageType 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 ContainerImageMetaPage cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public ContainerImageMetaPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public ContainerImageMetaPage nextCursor(String nextCursor)
@Nullable public String getNextCursor()
public void setNextCursor(String nextCursor)
public ContainerImageMetaPage 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 ContainerImageMetaPage total(Long total)
@Nullable public Long getTotal()
public void setTotal(Long total)
public ContainerImageMetaPage type(ContainerImageMetaPageType type)
@Nullable public ContainerImageMetaPageType getType()
public void setType(ContainerImageMetaPageType type)
public ContainerImageMetaPage 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.