Class DeletePortAclConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DeletePortAclConfigRequest
-
public class DeletePortAclConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeletePortAclConfigRequest()
DeletePortAclConfigRequest(DeletePortAclConfigRequest 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 AclConfig
getAclConfig()
Get 端口acl策略String
getInstanceId()
Get 资源实例IDvoid
setAclConfig(AclConfig AclConfig)
Set 端口acl策略void
setInstanceId(String InstanceId)
Set 资源实例IDvoid
toMap(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
-
DeletePortAclConfigRequest
public DeletePortAclConfigRequest()
-
DeletePortAclConfigRequest
public DeletePortAclConfigRequest(DeletePortAclConfigRequest 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
-
getInstanceId
public String getInstanceId()
Get 资源实例ID- Returns:
- InstanceId 资源实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 资源实例ID- Parameters:
InstanceId
- 资源实例ID
-
getAclConfig
public AclConfig getAclConfig()
Get 端口acl策略- Returns:
- AclConfig 端口acl策略
-
setAclConfig
public void setAclConfig(AclConfig AclConfig)
Set 端口acl策略- Parameters:
AclConfig
- 端口acl策略
-
-