Class RemoveEnterpriseSecurityGroupRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.RemoveEnterpriseSecurityGroupRuleRequest
-
public class RemoveEnterpriseSecurityGroupRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetRemoveType()Get 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可LonggetRuleUuid()Get 规则的uuid,可通过查询规则列表获取voidsetRemoveType(Long RemoveType)Set 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可voidsetRuleUuid(Long RuleUuid)Set 规则的uuid,可通过查询规则列表获取voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RemoveEnterpriseSecurityGroupRuleRequest
public RemoveEnterpriseSecurityGroupRuleRequest()
-
RemoveEnterpriseSecurityGroupRuleRequest
public 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.
-
-
Method Detail
-
getRuleUuid
public Long getRuleUuid()
Get 规则的uuid,可通过查询规则列表获取- Returns:
- RuleUuid 规则的uuid,可通过查询规则列表获取
-
setRuleUuid
public void setRuleUuid(Long RuleUuid)
Set 规则的uuid,可通过查询规则列表获取- Parameters:
RuleUuid- 规则的uuid,可通过查询规则列表获取
-
getRemoveType
public Long getRemoveType()
Get 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可- Returns:
- RemoveType 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可
-
setRemoveType
public void setRemoveType(Long RemoveType)
Set 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可- Parameters:
RemoveType- 删除类型,0是单条删除,RuleUuid填写删除规则id,1为全部删除,RuleUuid填0即可
-
-