public class DescribeSecurityRuleIdRequest extends AbstractModel
Constructor and Description |
---|
DescribeSecurityRuleIdRequest() |
DescribeSecurityRuleIdRequest(DescribeSecurityRuleIdRequest 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 |
getEntity()
Get The subdomain name/layer-4 proxy.
|
Long[] |
getRuleIdList()
Get Array of rule IDs.
|
String |
getRuleType()
Get Rule type.
|
void |
setEntity(String Entity)
Set The subdomain name/layer-4 proxy.
|
void |
setRuleIdList(Long[] RuleIdList)
Set Array of rule IDs.
|
void |
setRuleType(String RuleType)
Set Rule type.
|
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 DescribeSecurityRuleIdRequest()
public DescribeSecurityRuleIdRequest(DescribeSecurityRuleIdRequest source)
public Long[] getRuleIdList()
public void setRuleIdList(Long[] RuleIdList)
RuleIdList
- Array of rule IDs.public String getRuleType()
public void setRuleType(String RuleType)
RuleType
- Rule type. Values:
public String getEntity()
public void setEntity(String Entity)
Entity
- The subdomain name/layer-4 proxy.Copyright © 2022. All rights reserved.