Class ModifyDDoSGeoIPBlockConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.ModifyDDoSGeoIPBlockConfigRequest
-
public class ModifyDDoSGeoIPBlockConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDDoSGeoIPBlockConfigRequest()ModifyDDoSGeoIPBlockConfigRequest(ModifyDDoSGeoIPBlockConfigRequest 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 DDoSGeoIPBlockConfiggetDDoSGeoIPBlockConfig()Get DDoS区域封禁配置,填写参数时配置ID不能为空StringgetInstanceId()Get 资源实例IDvoidsetDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)Set DDoS区域封禁配置,填写参数时配置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
-
ModifyDDoSGeoIPBlockConfigRequest
public ModifyDDoSGeoIPBlockConfigRequest()
-
ModifyDDoSGeoIPBlockConfigRequest
public ModifyDDoSGeoIPBlockConfigRequest(ModifyDDoSGeoIPBlockConfigRequest 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
-
getDDoSGeoIPBlockConfig
public DDoSGeoIPBlockConfig getDDoSGeoIPBlockConfig()
Get DDoS区域封禁配置,填写参数时配置ID不能为空- Returns:
- DDoSGeoIPBlockConfig DDoS区域封禁配置,填写参数时配置ID不能为空
-
setDDoSGeoIPBlockConfig
public void setDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)
Set DDoS区域封禁配置,填写参数时配置ID不能为空- Parameters:
DDoSGeoIPBlockConfig- DDoS区域封禁配置,填写参数时配置ID不能为空
-
-