public class DescribeRuleOverviewResponse extends AbstractModel
Constructor and Description |
---|
DescribeRuleOverviewResponse() |
DescribeRuleOverviewResponse(DescribeRuleOverviewResponse 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 |
getAllTotal()
Get Total number of rules
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getRemainingNum()
Get Remaining quota
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getStartRuleNum()
Get Number of enabled rules
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getStopRuleNum()
Get Number of disabled rules
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getStrategyNum()
Get Number of blocking rules
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setAllTotal(Long AllTotal)
Set Total number of rules
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setRemainingNum(Long RemainingNum)
Set Remaining quota
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStartRuleNum(Long StartRuleNum)
Set Number of enabled rules
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setStopRuleNum(Long StopRuleNum)
Set Number of disabled rules
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setStrategyNum(Long StrategyNum)
Set Number of blocking rules
Note: This field may return `null`, indicating that no valid value was found.
|
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 DescribeRuleOverviewResponse()
public DescribeRuleOverviewResponse(DescribeRuleOverviewResponse source)
public Long getAllTotal()
public void setAllTotal(Long AllTotal)
AllTotal
- Total number of rules
Note: This field may return `null`, indicating that no valid value was found.public Long getStrategyNum()
public void setStrategyNum(Long StrategyNum)
StrategyNum
- Number of blocking rules
Note: This field may return `null`, indicating that no valid value was found.public Long getStartRuleNum()
public void setStartRuleNum(Long StartRuleNum)
StartRuleNum
- Number of enabled rules
Note: This field may return `null`, indicating that no valid value was found.public Long getStopRuleNum()
public void setStopRuleNum(Long StopRuleNum)
StopRuleNum
- Number of disabled rules
Note: This field may return `null`, indicating that no valid value was found.public Long getRemainingNum()
public void setRemainingNum(Long RemainingNum)
RemainingNum
- Remaining quota
Note: This field may return `null`, indicating that no valid value was found.public 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 © 2023. All rights reserved.