@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityEntityRiskScoresMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PAGE_NUMBER |
static String |
JSON_PROPERTY_PAGE_SIZE |
static String |
JSON_PROPERTY_QUERY_ID |
static String |
JSON_PROPERTY_TOTAL_ROW_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityEntityRiskScoresMeta() |
SecurityEntityRiskScoresMeta(Long pageNumber,
Long pageSize,
String queryId,
Long totalRowCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityEntityRiskScoresMeta 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 (1-indexed)
|
Long |
getPageSize()
Number of items per page
|
String |
getQueryId()
Query ID for pagination consistency
|
Long |
getTotalRowCount()
Total number of entities matching the query
|
int |
hashCode() |
SecurityEntityRiskScoresMeta |
pageNumber(Long pageNumber) |
SecurityEntityRiskScoresMeta |
pageSize(Long pageSize) |
SecurityEntityRiskScoresMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityEntityRiskScoresMeta |
queryId(String queryId) |
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setQueryId(String queryId) |
void |
setTotalRowCount(Long totalRowCount) |
String |
toString() |
SecurityEntityRiskScoresMeta |
totalRowCount(Long totalRowCount) |
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_QUERY_ID
public static final String JSON_PROPERTY_TOTAL_ROW_COUNT
public SecurityEntityRiskScoresMeta pageNumber(Long pageNumber)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public SecurityEntityRiskScoresMeta pageSize(Long pageSize)
public Long getPageSize()
public void setPageSize(Long pageSize)
public SecurityEntityRiskScoresMeta queryId(String queryId)
public String getQueryId()
public void setQueryId(String queryId)
public SecurityEntityRiskScoresMeta totalRowCount(Long totalRowCount)
public Long getTotalRowCount()
public void setTotalRowCount(Long totalRowCount)
public SecurityEntityRiskScoresMeta 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.