@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageTopAvgMetricsPagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_NEXT_RECORD_ID |
static String |
JSON_PROPERTY_TOTAL_NUMBER_OF_RECORDS |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageTopAvgMetricsPagination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageTopAvgMetricsPagination 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.
|
Long |
getLimit()
Maximum amount of records to be returned.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getNextRecordId_JsonNullable() |
String |
getNextRecordId()
The cursor to get the next results (if any).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getTotalNumberOfRecords_JsonNullable() |
Long |
getTotalNumberOfRecords()
Total number of records.
|
int |
hashCode() |
UsageTopAvgMetricsPagination |
limit(Long limit) |
UsageTopAvgMetricsPagination |
nextRecordId(String nextRecordId) |
UsageTopAvgMetricsPagination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLimit(Long limit) |
void |
setNextRecordId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextRecordId) |
void |
setNextRecordId(String nextRecordId) |
void |
setTotalNumberOfRecords_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> totalNumberOfRecords) |
void |
setTotalNumberOfRecords(Long totalNumberOfRecords) |
String |
toString() |
UsageTopAvgMetricsPagination |
totalNumberOfRecords(Long totalNumberOfRecords) |
public boolean unparsed
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_NEXT_RECORD_ID
public static final String JSON_PROPERTY_TOTAL_NUMBER_OF_RECORDS
public UsageTopAvgMetricsPagination limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public UsageTopAvgMetricsPagination nextRecordId(String nextRecordId)
@Nullable public String getNextRecordId()
next_record_id.public org.openapitools.jackson.nullable.JsonNullable<String> getNextRecordId_JsonNullable()
public void setNextRecordId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextRecordId)
public void setNextRecordId(String nextRecordId)
public UsageTopAvgMetricsPagination totalNumberOfRecords(Long totalNumberOfRecords)
@Nullable public Long getTotalNumberOfRecords()
public org.openapitools.jackson.nullable.JsonNullable<Long> getTotalNumberOfRecords_JsonNullable()
public void setTotalNumberOfRecords_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> totalNumberOfRecords)
public void setTotalNumberOfRecords(Long totalNumberOfRecords)
public UsageTopAvgMetricsPagination 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.