@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricMetaPage 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_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
MetricMetaPage |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this MetricMetaPage 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.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCursor_JsonNullable() |
String |
getCursor()
The cursor used to get the current results, if any.
|
Integer |
getLimit()
Number of results returned minimum: 0 maximum: 20000
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getNextCursor_JsonNullable() |
String |
getNextCursor()
The cursor used to get the next results, if any.
|
MetricMetaPageType |
getType()
Type of metric pagination.
|
int |
hashCode() |
MetricMetaPage |
limit(Integer limit) |
MetricMetaPage |
nextCursor(String nextCursor) |
MetricMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> cursor) |
void |
setCursor(String cursor) |
void |
setLimit(Integer limit) |
void |
setNextCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextCursor) |
void |
setNextCursor(String nextCursor) |
void |
setType(MetricMetaPageType type) |
String |
toString() |
MetricMetaPage |
type(MetricMetaPageType 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_TYPE
public MetricMetaPage cursor(String cursor)
@Nullable public String getCursor()
public org.openapitools.jackson.nullable.JsonNullable<String> getCursor_JsonNullable()
public void setCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> cursor)
public void setCursor(String cursor)
public MetricMetaPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public MetricMetaPage nextCursor(String nextCursor)
@Nullable public String getNextCursor()
public org.openapitools.jackson.nullable.JsonNullable<String> getNextCursor_JsonNullable()
public void setNextCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextCursor)
public void setNextCursor(String nextCursor)
public MetricMetaPage type(MetricMetaPageType type)
@Nullable public MetricMetaPageType getType()
public void setType(MetricMetaPageType type)
public MetricMetaPage 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 © 2025. All rights reserved.