Class DeleteCcGeoIPBlockConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DeleteCcGeoIPBlockConfigRequest
-
public class DeleteCcGeoIPBlockConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCcGeoIPBlockConfigRequest()DeleteCcGeoIPBlockConfigRequest(DeleteCcGeoIPBlockConfigRequest 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 CcGeoIPBlockConfiggetCcGeoIPBlockConfig()Get CC区域封禁配置,填写参数时配置ID不能为空StringgetInstanceId()Get 资源实例IDvoidsetCcGeoIPBlockConfig(CcGeoIPBlockConfig CcGeoIPBlockConfig)Set CC区域封禁配置,填写参数时配置ID不能为空voidsetInstanceId(String InstanceId)Set 资源实例IDvoidtoMap(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
-
DeleteCcGeoIPBlockConfigRequest
public DeleteCcGeoIPBlockConfigRequest()
-
DeleteCcGeoIPBlockConfigRequest
public DeleteCcGeoIPBlockConfigRequest(DeleteCcGeoIPBlockConfigRequest 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
-
getCcGeoIPBlockConfig
public CcGeoIPBlockConfig getCcGeoIPBlockConfig()
Get CC区域封禁配置,填写参数时配置ID不能为空- Returns:
- CcGeoIPBlockConfig CC区域封禁配置,填写参数时配置ID不能为空
-
setCcGeoIPBlockConfig
public void setCcGeoIPBlockConfig(CcGeoIPBlockConfig CcGeoIPBlockConfig)
Set CC区域封禁配置,填写参数时配置ID不能为空- Parameters:
CcGeoIPBlockConfig- CC区域封禁配置,填写参数时配置ID不能为空
-
-