@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringSuppressionsPageMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PAGE_NUMBER |
static String |
JSON_PROPERTY_PAGE_SIZE |
static String |
JSON_PROPERTY_TOTAL_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringSuppressionsPageMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityMonitoringSuppressionsPageMeta 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 |
getPageNumber()
Current page number.
|
Long |
getPageSize()
Current page size.
|
Long |
getTotalCount()
Total count of suppressions.
|
int |
hashCode() |
SecurityMonitoringSuppressionsPageMeta |
pageNumber(Long pageNumber) |
SecurityMonitoringSuppressionsPageMeta |
pageSize(Long pageSize) |
SecurityMonitoringSuppressionsPageMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setTotalCount(Long totalCount) |
String |
toString() |
SecurityMonitoringSuppressionsPageMeta |
totalCount(Long totalCount) |
public boolean unparsed
public static final String JSON_PROPERTY_PAGE_NUMBER
public static final String JSON_PROPERTY_PAGE_SIZE
public static final String JSON_PROPERTY_TOTAL_COUNT
public SecurityMonitoringSuppressionsPageMeta()
public SecurityMonitoringSuppressionsPageMeta pageNumber(Long pageNumber)
@Nullable public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public SecurityMonitoringSuppressionsPageMeta pageSize(Long pageSize)
@Nullable public Long getPageSize()
public void setPageSize(Long pageSize)
public SecurityMonitoringSuppressionsPageMeta totalCount(Long totalCount)
@Nullable public Long getTotalCount()
public void setTotalCount(Long totalCount)
public SecurityMonitoringSuppressionsPageMeta 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.