public class DescribleL7RulesRequest extends AbstractModel
Constructor and Description |
---|
DescribleL7RulesRequest() |
DescribleL7RulesRequest(DescribleL7RulesRequest 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 |
getBusiness()
Get Anti-DDoS service type.
|
String |
getDomain()
Get Domain name search, which is optional.
|
String |
getId()
Get Anti-DDoS instance ID
|
Long |
getLimit()
Get Number of entries per page.
|
Long |
getOffset()
Get Page start offset, whose value is (page number - 1) * number of entries per page
|
String[] |
getProtocolList()
Get Forwarding protocol search, which is optional.
|
String[] |
getRuleIdList()
Get Rule ID, which is optional.
|
Long[] |
getStatusList()
Get Status search, which is optional.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setDomain(String Domain)
Set Domain name search, which is optional.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setOffset(Long Offset)
Set Page start offset, whose value is (page number - 1) * number of entries per page
|
void |
setProtocolList(String[] ProtocolList)
Set Forwarding protocol search, which is optional.
|
void |
setRuleIdList(String[] RuleIdList)
Set Rule ID, which is optional.
|
void |
setStatusList(Long[] StatusList)
Set Status search, which is optional.
|
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 DescribleL7RulesRequest()
public DescribleL7RulesRequest(DescribleL7RulesRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `net`: Anti-DDoS Ultimatepublic String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String[] getRuleIdList()
public void setRuleIdList(String[] RuleIdList)
RuleIdList
- Rule ID, which is optional. If this field is entered, the specified rule will be obtainedpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page. A value of 0 means no paginationpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Page start offset, whose value is (page number - 1) * number of entries per pagepublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name search, which is optional. Enter it if you need to search for domain namespublic String[] getProtocolList()
public void setProtocolList(String[] ProtocolList)
ProtocolList
- Forwarding protocol search, which is optional. Valid values: [http, https, http/https]public Long[] getStatusList()
public void setStatusList(Long[] StatusList)
StatusList
- Status search, which is optional. Valid values: [0 (successfully configured rule), 1 (rule configuration taking effect), 2 (rule configuration failed), 3 (rule deletion taking effect), 5 (rule deletion failed), 6 (rule waiting for configuration), 7 (rule waiting for deletion), 8 (rule waiting for certificate configuration)]Copyright © 2021. All rights reserved.