public class DescribePendingRiskInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePendingRiskInfoResponse() |
DescribePendingRiskInfoResponse(DescribePendingRiskInfoResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAttackingCount()
Get Number of resources being attacked
|
Long |
getBlockingCount()
Get Number of resource blocked
|
Long |
getExpiredCount()
Get Number of expired resources
|
Boolean |
getIsPaidUsr()
Get Whether the user is a paid user.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total pending risk events
|
void |
setAttackingCount(Long AttackingCount)
Set Number of resources being attacked
|
void |
setBlockingCount(Long BlockingCount)
Set Number of resource blocked
|
void |
setExpiredCount(Long ExpiredCount)
Set Number of expired resources
|
void |
setIsPaidUsr(Boolean IsPaidUsr)
Set Whether the user is a paid user.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total pending risk events
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePendingRiskInfoResponse()
public DescribePendingRiskInfoResponse(DescribePendingRiskInfoResponse source)
public Boolean getIsPaidUsr()
public void setIsPaidUsr(Boolean IsPaidUsr)
IsPaidUsr
- Whether the user is a paid user. Values: `true`, `false`.public Long getAttackingCount()
public void setAttackingCount(Long AttackingCount)
AttackingCount
- Number of resources being attackedpublic Long getBlockingCount()
public void setBlockingCount(Long BlockingCount)
BlockingCount
- Number of resource blockedpublic Long getExpiredCount()
public void setExpiredCount(Long ExpiredCount)
ExpiredCount
- Number of expired resourcespublic Long getTotal()
public void setTotal(Long Total)
Total
- Total pending risk eventspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.