public class DescribeSecurityPolicyManagedRulesRequest extends AbstractModel
Constructor and Description |
---|
DescribeSecurityPolicyManagedRulesRequest() |
DescribeSecurityPolicyManagedRulesRequest(DescribeSecurityPolicyManagedRulesRequest 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 |
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 |
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 DescribeSecurityPolicyManagedRulesRequest()
public DescribeSecurityPolicyManagedRulesRequest(DescribeSecurityPolicyManagedRulesRequest 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 pageCopyright © 2023. All rights reserved.