Class CreateBlackWhiteIpListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.CreateBlackWhiteIpListRequest
-
public class CreateBlackWhiteIpListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBlackWhiteIpListRequest()CreateBlackWhiteIpListRequest(CreateBlackWhiteIpListRequest 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 StringgetInstanceId()Get 资源实例IDString[]getIpList()Get IP列表StringgetType()Get IP类型,取值[black(黑名单IP), white(白名单IP)]voidsetInstanceId(String InstanceId)Set 资源实例IDvoidsetIpList(String[] IpList)Set IP列表voidsetType(String Type)Set IP类型,取值[black(黑名单IP), white(白名单IP)]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
-
CreateBlackWhiteIpListRequest
public CreateBlackWhiteIpListRequest()
-
CreateBlackWhiteIpListRequest
public CreateBlackWhiteIpListRequest(CreateBlackWhiteIpListRequest 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
-
getIpList
public String[] getIpList()
Get IP列表- Returns:
- IpList IP列表
-
setIpList
public void setIpList(String[] IpList)
Set IP列表- Parameters:
IpList- IP列表
-
getType
public String getType()
Get IP类型,取值[black(黑名单IP), white(白名单IP)]- Returns:
- Type IP类型,取值[black(黑名单IP), white(白名单IP)]
-
setType
public void setType(String Type)
Set IP类型,取值[black(黑名单IP), white(白名单IP)]- Parameters:
Type- IP类型,取值[black(黑名单IP), white(白名单IP)]
-
-