@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsResponseMetaPagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIRST_OFFSET |
static String |
JSON_PROPERTY_LAST_OFFSET |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_NEXT_OFFSET |
static String |
JSON_PROPERTY_OFFSET |
static String |
JSON_PROPERTY_PREV_OFFSET |
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsResponseMetaPagination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TeamsResponseMetaPagination object is equal to o.
|
TeamsResponseMetaPagination |
firstOffset(Long firstOffset) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFirstOffset()
The first offset.
|
Long |
getLastOffset()
The last offset.
|
Long |
getLimit()
Pagination limit.
|
Long |
getNextOffset()
The next offset.
|
Long |
getOffset()
The offset.
|
Long |
getPrevOffset()
The previous offset.
|
Long |
getTotal()
Total results.
|
String |
getType()
Offset type.
|
int |
hashCode() |
TeamsResponseMetaPagination |
lastOffset(Long lastOffset) |
TeamsResponseMetaPagination |
limit(Long limit) |
TeamsResponseMetaPagination |
nextOffset(Long nextOffset) |
TeamsResponseMetaPagination |
offset(Long offset) |
TeamsResponseMetaPagination |
prevOffset(Long prevOffset) |
TeamsResponseMetaPagination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFirstOffset(Long firstOffset) |
void |
setLastOffset(Long lastOffset) |
void |
setLimit(Long limit) |
void |
setNextOffset(Long nextOffset) |
void |
setOffset(Long offset) |
void |
setPrevOffset(Long prevOffset) |
void |
setTotal(Long total) |
void |
setType(String type) |
String |
toString() |
TeamsResponseMetaPagination |
total(Long total) |
TeamsResponseMetaPagination |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_FIRST_OFFSET
public static final String JSON_PROPERTY_LAST_OFFSET
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_NEXT_OFFSET
public static final String JSON_PROPERTY_OFFSET
public static final String JSON_PROPERTY_PREV_OFFSET
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TYPE
public TeamsResponseMetaPagination firstOffset(Long firstOffset)
@Nullable public Long getFirstOffset()
public void setFirstOffset(Long firstOffset)
public TeamsResponseMetaPagination lastOffset(Long lastOffset)
@Nullable public Long getLastOffset()
public void setLastOffset(Long lastOffset)
public TeamsResponseMetaPagination limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public TeamsResponseMetaPagination nextOffset(Long nextOffset)
@Nullable public Long getNextOffset()
public void setNextOffset(Long nextOffset)
public TeamsResponseMetaPagination offset(Long offset)
@Nullable public Long getOffset()
public void setOffset(Long offset)
public TeamsResponseMetaPagination prevOffset(Long prevOffset)
@Nullable public Long getPrevOffset()
public void setPrevOffset(Long prevOffset)
public TeamsResponseMetaPagination total(Long total)
@Nullable public Long getTotal()
public void setTotal(Long total)
public TeamsResponseMetaPagination type(String type)
@Nullable public String getType()
public void setType(String type)
public TeamsResponseMetaPagination 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.