public class DescribeCCFrequencyRulesRequest extends AbstractModel
Constructor and Description |
---|
DescribeCCFrequencyRulesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type.
|
String |
getId()
Get Anti-DDoS instance ID
|
String |
getRuleId()
Get Layer-7 forwarding rule ID (which can be obtained from the layer-7 forwarding rule API).
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setRuleId(String RuleId)
Set Layer-7 forwarding rule ID (which can be obtained from the layer-7 forwarding rule API).
|
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 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 getRuleId()
public void setRuleId(String RuleId)
RuleId
- Layer-7 forwarding rule ID (which can be obtained from the layer-7 forwarding rule API). If a value is entered, it means to get the access frequency control rule of the forwarding rule;Copyright © 2020. All rights reserved.