public class DescribePendingRiskInfoResponse extends AbstractModel
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 攻击中的资源数量
|
Long |
getBlockingCount()
Get 封堵中的资源数量
|
Long |
getExpiredCount()
Get 已过期的资源数量
|
Boolean |
getIsPaidUsr()
Get 是否为付费用户,true:付费用户, false:普通用户
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotal()
Get 所有待处理风险事件总数
|
void |
setAttackingCount(Long AttackingCount)
Set 攻击中的资源数量
|
void |
setBlockingCount(Long BlockingCount)
Set 封堵中的资源数量
|
void |
setExpiredCount(Long ExpiredCount)
Set 已过期的资源数量
|
void |
setIsPaidUsr(Boolean IsPaidUsr)
Set 是否为付费用户,true:付费用户, false:普通用户
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotal(Long Total)
Set 所有待处理风险事件总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePendingRiskInfoResponse()
public DescribePendingRiskInfoResponse(DescribePendingRiskInfoResponse source)
public Boolean getIsPaidUsr()
public void setIsPaidUsr(Boolean IsPaidUsr)
IsPaidUsr
- 是否为付费用户,true:付费用户, false:普通用户public Long getAttackingCount()
public void setAttackingCount(Long AttackingCount)
AttackingCount
- 攻击中的资源数量public Long getBlockingCount()
public void setBlockingCount(Long BlockingCount)
BlockingCount
- 封堵中的资源数量public Long getExpiredCount()
public void setExpiredCount(Long ExpiredCount)
ExpiredCount
- 已过期的资源数量public Long getTotal()
public void setTotal(Long Total)
Total
- 所有待处理风险事件总数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.