@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.
|
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) |
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)
public void setSize(Long size)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.