public class CreateL7CCRuleResponse extends AbstractModel
Constructor and Description |
---|
CreateL7CCRuleResponse() |
CreateL7CCRuleResponse(CreateL7CCRuleResponse 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 |
getRequestId()
Get The unique request ID, which is returned for each request.
|
CCRuleConfig[] |
getRuleConfig()
Get Custom layer-7 CC protection rule parameters.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRuleConfig(CCRuleConfig[] RuleConfig)
Set Custom layer-7 CC protection rule parameters.
|
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 CreateL7CCRuleResponse()
public CreateL7CCRuleResponse(CreateL7CCRuleResponse source)
public CCRuleConfig[] getRuleConfig()
public void setRuleConfig(CCRuleConfig[] RuleConfig)
RuleConfig
- Custom layer-7 CC protection rule parameters. If custom CC protection rule is not enabled, an empty array will be returned.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.