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