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