@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOListResponseMetadataPage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TOTAL_COUNT |
static String |
JSON_PROPERTY_TOTAL_FILTERED_COUNT |
boolean |
unparsed |
Constructor and Description |
---|
SLOListResponseMetadataPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this SLOListResponseMetadataPage object is equal to o.
|
Long |
getTotalCount()
The total number of resources that could be retrieved ignoring the parameters and filters in
the request.
|
Long |
getTotalFilteredCount()
The total number of resources that match the parameters and filters in the request.
|
int |
hashCode() |
void |
setTotalCount(Long totalCount) |
void |
setTotalFilteredCount(Long totalFilteredCount) |
String |
toString() |
SLOListResponseMetadataPage |
totalCount(Long totalCount) |
SLOListResponseMetadataPage |
totalFilteredCount(Long totalFilteredCount) |
public boolean unparsed
public static final String JSON_PROPERTY_TOTAL_COUNT
public static final String JSON_PROPERTY_TOTAL_FILTERED_COUNT
public SLOListResponseMetadataPage totalCount(Long totalCount)
@Nullable public Long getTotalCount()
public void setTotalCount(Long totalCount)
public SLOListResponseMetadataPage totalFilteredCount(Long totalFilteredCount)
@Nullable public Long getTotalFilteredCount()
public void setTotalFilteredCount(Long totalFilteredCount)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.