public class RemoveEnterpriseSecurityGroupRuleRequest extends AbstractModel
Constructor and Description |
---|
RemoveEnterpriseSecurityGroupRuleRequest() |
RemoveEnterpriseSecurityGroupRuleRequest(RemoveEnterpriseSecurityGroupRuleRequest 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 |
---|---|
Long |
getRemoveType()
Get 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可
|
Long |
getRuleUuid()
Get 规则的uuid,可通过查询规则列表获取
|
void |
setRemoveType(Long RemoveType)
Set 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可
|
void |
setRuleUuid(Long RuleUuid)
Set 规则的uuid,可通过查询规则列表获取
|
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 RemoveEnterpriseSecurityGroupRuleRequest()
public RemoveEnterpriseSecurityGroupRuleRequest(RemoveEnterpriseSecurityGroupRuleRequest source)
public Long getRuleUuid()
public void setRuleUuid(Long RuleUuid)
RuleUuid
- 规则的uuid,可通过查询规则列表获取public Long getRemoveType()
public void setRemoveType(Long RemoveType)
RemoveType
- 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可Copyright © 2022. All rights reserved.