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 Subdomain name/layer-4 proxy
|
Long |
getPage()
Get Total number of pages
|
Long |
getPerPage()
Get Number of rules per page
|
String |
getRuleType()
Get Rule type.
|
String |
getZoneId()
Get Top-level domain name
|
void |
setEntity(String Entity)
Set Subdomain name/layer-4 proxy
|
void |
setPage(Long Page)
Set Total number of pages
|
void |
setPerPage(Long PerPage)
Set Number of rules per page
|
void |
setRuleType(String RuleType)
Set Rule type.
|
void |
setZoneId(String ZoneId)
Set Top-level domain name
|
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 DescribeBotManagedRulesRequest()
public DescribeBotManagedRulesRequest(DescribeBotManagedRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Top-level domain namepublic String getEntity()
public void setEntity(String Entity)
Entity
- Subdomain name/layer-4 proxypublic Long getPage()
public void setPage(Long Page)
Page
- Total number of pagespublic Long getPerPage()
public void setPerPage(Long PerPage)
PerPage
- Number of rules per pagepublic String getRuleType()
public void setRuleType(String RuleType)
RuleType
- Rule type. Values: `idcid`, `sipbot` and `uabot`. All rules will be returned if this field is not specified.Copyright © 2023. All rights reserved.