public class DescribeBotManagedRulesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeBotManagedRulesRequest() | 
| DescribeBotManagedRulesRequest(DescribeBotManagedRulesRequest 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 | 
|---|---|
| String | getEntity()Get The subdomain name. | 
| Long | getLimit()Get The paginated query limit. | 
| Long | getOffset()Get The page offset. | 
| String | getRuleType()Get The rule type. | 
| String | getZoneId()Get The site ID. | 
| void | setEntity(String Entity)Set The subdomain name. | 
| void | setLimit(Long Limit)Set The paginated query limit. | 
| void | setOffset(Long Offset)Set The page offset. | 
| void | setRuleType(String RuleType)Set The rule type. | 
| void | setZoneId(String ZoneId)Set The site ID. | 
| 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, toJsonStringpublic DescribeBotManagedRulesRequest()
public DescribeBotManagedRulesRequest(DescribeBotManagedRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - The site ID.public String getEntity()
public void setEntity(String Entity)
Entity - The subdomain name.public Long getOffset()
public void setOffset(Long Offset)
Offset - The page offset. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit - The paginated query limit. Default value: 20. Maximum value: 1000.public String getRuleType()
public void setRuleType(String RuleType)
RuleType - The rule type. Values:
Copyright © 2022. All rights reserved.