@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListFindingsPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURSOR |
static String |
JSON_PROPERTY_TOTAL_FILTERED_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
ListFindingsPage() |
| Modifier and Type | Method and Description |
|---|---|
ListFindingsPage |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this ListFindingsPage object is equal to o.
|
String |
getCursor()
The cursor used to paginate requests.
|
Long |
getTotalFilteredCount()
The total count of findings after the filter has been applied.
|
int |
hashCode() |
void |
setCursor(String cursor) |
void |
setTotalFilteredCount(Long totalFilteredCount) |
String |
toString() |
ListFindingsPage |
totalFilteredCount(Long totalFilteredCount) |
public boolean unparsed
public static final String JSON_PROPERTY_CURSOR
public static final String JSON_PROPERTY_TOTAL_FILTERED_COUNT
public ListFindingsPage cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public ListFindingsPage totalFilteredCount(Long totalFilteredCount)
@Nullable public Long getTotalFilteredCount()
public void setTotalFilteredCount(Long totalFilteredCount)
public boolean equals(Object o)
Copyright © 2024. All rights reserved.