@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProcessSummariesMetaPage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AFTER |
static String |
JSON_PROPERTY_SIZE |
boolean |
unparsed |
Constructor and Description |
---|
ProcessSummariesMetaPage() |
Modifier and Type | Method and Description |
---|---|
ProcessSummariesMetaPage |
after(String after) |
boolean |
equals(Object o)
Return true if this ProcessSummariesMetaPage object is equal to o.
|
String |
getAfter()
The cursor used to get the next results, if any.
|
Integer |
getSize()
Number of results returned.
|
int |
hashCode() |
void |
setAfter(String after) |
void |
setSize(Integer size) |
ProcessSummariesMetaPage |
size(Integer size) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AFTER
public static final String JSON_PROPERTY_SIZE
public ProcessSummariesMetaPage after(String after)
@Nullable public String getAfter()
public void setAfter(String after)
public ProcessSummariesMetaPage size(Integer size)
@Nullable public Integer getSize()
public void setSize(Integer size)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.