@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CSMAgentsMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PAGE_INDEX |
static String |
JSON_PROPERTY_PAGE_SIZE |
static String |
JSON_PROPERTY_TOTAL_FILTERED |
boolean |
unparsed |
| Constructor and Description |
|---|
CSMAgentsMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CSMAgentsMetadata 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 |
getPageIndex()
The index of the current page in the paginated results.
|
Long |
getPageSize()
The number of items per page in the paginated results.
|
Long |
getTotalFiltered()
Total number of items that match the filter criteria.
|
int |
hashCode() |
CSMAgentsMetadata |
pageIndex(Long pageIndex) |
CSMAgentsMetadata |
pageSize(Long pageSize) |
CSMAgentsMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setPageIndex(Long pageIndex) |
void |
setPageSize(Long pageSize) |
void |
setTotalFiltered(Long totalFiltered) |
String |
toString() |
CSMAgentsMetadata |
totalFiltered(Long totalFiltered) |
public boolean unparsed
public static final String JSON_PROPERTY_PAGE_INDEX
public static final String JSON_PROPERTY_PAGE_SIZE
public static final String JSON_PROPERTY_TOTAL_FILTERED
public CSMAgentsMetadata pageIndex(Long pageIndex)
@Nullable public Long getPageIndex()
public void setPageIndex(Long pageIndex)
public CSMAgentsMetadata pageSize(Long pageSize)
@Nullable public Long getPageSize()
public void setPageSize(Long pageSize)
public CSMAgentsMetadata totalFiltered(Long totalFiltered)
@Nullable public Long getTotalFiltered()
public void setTotalFiltered(Long totalFiltered)
public CSMAgentsMetadata 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 © 2026. All rights reserved.