@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageAttributionPagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_OFFSET |
static String |
JSON_PROPERTY_SORT_DIRECTION |
static String |
JSON_PROPERTY_SORT_NAME |
static String |
JSON_PROPERTY_TOTAL_NUMBER_OF_RECORDS |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageAttributionPagination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageAttributionPagination object is equal to o.
|
Long |
getLimit()
Maximum amount of records to be returned.
|
Long |
getOffset()
Records to be skipped before beginning to return.
|
String |
getSortDirection()
Direction to sort by.
|
String |
getSortName()
Field to sort by.
|
Long |
getTotalNumberOfRecords()
Total number of records.
|
int |
hashCode() |
UsageAttributionPagination |
limit(Long limit) |
UsageAttributionPagination |
offset(Long offset) |
void |
setLimit(Long limit) |
void |
setOffset(Long offset) |
void |
setSortDirection(String sortDirection) |
void |
setSortName(String sortName) |
void |
setTotalNumberOfRecords(Long totalNumberOfRecords) |
UsageAttributionPagination |
sortDirection(String sortDirection) |
UsageAttributionPagination |
sortName(String sortName) |
String |
toString() |
UsageAttributionPagination |
totalNumberOfRecords(Long totalNumberOfRecords) |
public boolean unparsed
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_OFFSET
public static final String JSON_PROPERTY_SORT_DIRECTION
public static final String JSON_PROPERTY_SORT_NAME
public static final String JSON_PROPERTY_TOTAL_NUMBER_OF_RECORDS
public UsageAttributionPagination limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public UsageAttributionPagination offset(Long offset)
@Nullable public Long getOffset()
public void setOffset(Long offset)
public UsageAttributionPagination sortDirection(String sortDirection)
@Nullable public String getSortDirection()
public void setSortDirection(String sortDirection)
public UsageAttributionPagination sortName(String sortName)
@Nullable public String getSortName()
public void setSortName(String sortName)
public UsageAttributionPagination totalNumberOfRecords(Long totalNumberOfRecords)
@Nullable public Long getTotalNumberOfRecords()
public void setTotalNumberOfRecords(Long totalNumberOfRecords)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.