@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonthlyUsageAttributionPagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NEXT_RECORD_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
MonthlyUsageAttributionPagination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonthlyUsageAttributionPagination 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> |
getNextRecordId_JsonNullable() |
String |
getNextRecordId()
The cursor to use to get the next results, if any.
|
int |
hashCode() |
MonthlyUsageAttributionPagination |
nextRecordId(String nextRecordId) |
MonthlyUsageAttributionPagination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setNextRecordId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextRecordId) |
void |
setNextRecordId(String nextRecordId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NEXT_RECORD_ID
public MonthlyUsageAttributionPagination 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 MonthlyUsageAttributionPagination 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.