public class DescribeRuleSetsResponse extends AbstractModel
Constructor and Description |
---|
DescribeRuleSetsResponse() |
Modifier and Type | Method and Description |
---|---|
KeyValueRecord[] |
getL4RuleSets()
Get Rule record array.
|
KeyValueRecord[] |
getL7RuleSets()
Get Rule record array.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setL4RuleSets(KeyValueRecord[] L4RuleSets)
Set Rule record array.
|
void |
setL7RuleSets(KeyValueRecord[] L7RuleSets)
Set Rule record array.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 KeyValueRecord[] getL4RuleSets()
public void setL4RuleSets(KeyValueRecord[] L4RuleSets)
L4RuleSets
- Rule record array. Valid values:
If `Key` is "Id", `Value` indicates the resource ID
If `Key` is "RuleIdList", `Value` indicates the resource rule ID. Multiple rule IDs are separated by ","
If `Key` is "RuleNameList", `Value` indicates the resource rule name. Multiple rule names are separated by ","
If `Key` is "RuleNum", `Value` indicates the number of resource rulespublic KeyValueRecord[] getL7RuleSets()
public void setL7RuleSets(KeyValueRecord[] L7RuleSets)
L7RuleSets
- Rule record array. Valid values:
If `Key` is "Id", `Value` indicates the resource ID
If `Key` is "RuleIdList", `Value` indicates the resource rule ID. Multiple rule IDs are separated by ","
If `Key` is "RuleNameList", `Value` indicates the resource rule name. Multiple rule names are separated by ","
If `Key` is "RuleNum", `Value` indicates the number of resource rulespublic 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 © 2020. All rights reserved.