Class DeleteSecurityGroupRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DeleteSecurityGroupRuleRequest
-
public class DeleteSecurityGroupRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteSecurityGroupRuleRequest()DeleteSecurityGroupRuleRequest(DeleteSecurityGroupRuleRequest 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 StringgetArea()Get 腾讯云地域的英文简写LonggetDirection()Get 方向,0:出站,1:入站LonggetId()Get 所需要删除规则的IDLonggetIsDelReverse()Get 是否删除反向规则,0:否,1:是voidsetArea(String Area)Set 腾讯云地域的英文简写voidsetDirection(Long Direction)Set 方向,0:出站,1:入站voidsetId(Long Id)Set 所需要删除规则的IDvoidsetIsDelReverse(Long IsDelReverse)Set 是否删除反向规则,0:否,1:是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
-
DeleteSecurityGroupRuleRequest
public DeleteSecurityGroupRuleRequest()
-
DeleteSecurityGroupRuleRequest
public DeleteSecurityGroupRuleRequest(DeleteSecurityGroupRuleRequest 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
-
getId
public Long getId()
Get 所需要删除规则的ID- Returns:
- Id 所需要删除规则的ID
-
setId
public void setId(Long Id)
Set 所需要删除规则的ID- Parameters:
Id- 所需要删除规则的ID
-
getArea
public String getArea()
Get 腾讯云地域的英文简写- Returns:
- Area 腾讯云地域的英文简写
-
setArea
public void setArea(String Area)
Set 腾讯云地域的英文简写- Parameters:
Area- 腾讯云地域的英文简写
-
getDirection
public Long getDirection()
Get 方向,0:出站,1:入站- Returns:
- Direction 方向,0:出站,1:入站
-
setDirection
public void setDirection(Long Direction)
Set 方向,0:出站,1:入站- Parameters:
Direction- 方向,0:出站,1:入站
-
getIsDelReverse
public Long getIsDelReverse()
Get 是否删除反向规则,0:否,1:是- Returns:
- IsDelReverse 是否删除反向规则,0:否,1:是
-
setIsDelReverse
public void setIsDelReverse(Long IsDelReverse)
Set 是否删除反向规则,0:否,1:是- Parameters:
IsDelReverse- 是否删除反向规则,0:否,1:是
-
-