@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentResponseMetaPagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NEXT_OFFSET |
static String |
JSON_PROPERTY_OFFSET |
static String |
JSON_PROPERTY_SIZE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentResponseMetaPagination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentResponseMetaPagination 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 |
getNextOffset()
The index of the first element in the next page of results.
|
Long |
getOffset()
The index of the first element in the results.
|
Long |
getSize()
Maximum size of pages to return.
|
int |
hashCode() |
IncidentResponseMetaPagination |
nextOffset(Long nextOffset) |
IncidentResponseMetaPagination |
offset(Long offset) |
IncidentResponseMetaPagination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setNextOffset(Long nextOffset) |
void |
setOffset(Long offset) |
void |
setSize(Long size) |
IncidentResponseMetaPagination |
size(Long size) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NEXT_OFFSET
public static final String JSON_PROPERTY_OFFSET
public static final String JSON_PROPERTY_SIZE
public IncidentResponseMetaPagination nextOffset(Long nextOffset)
@Nullable public Long getNextOffset()
public void setNextOffset(Long nextOffset)
public IncidentResponseMetaPagination offset(Long offset)
@Nullable public Long getOffset()
public void setOffset(Long offset)
public IncidentResponseMetaPagination size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public IncidentResponseMetaPagination 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.