Class BatchIpAccessControlItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.BatchIpAccessControlItem
-
public class BatchIpAccessControlItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchIpAccessControlItem()BatchIpAccessControlItem(BatchIpAccessControlItem 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 LonggetActionType()Get 黑名单42或白名单40String[]getHosts()Get 域名列表StringgetIp()Get 黑白名单的IPStringgetNote()Get 备注StringgetSource()Get 添加路径LonggetTsVersion()Get 修改时间LonggetValidTs()Get 超时时间voidsetActionType(Long ActionType)Set 黑名单42或白名单40voidsetHosts(String[] Hosts)Set 域名列表voidsetIp(String Ip)Set 黑白名单的IPvoidsetNote(String Note)Set 备注voidsetSource(String Source)Set 添加路径voidsetTsVersion(Long TsVersion)Set 修改时间voidsetValidTs(Long ValidTs)Set 超时时间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
-
BatchIpAccessControlItem
public BatchIpAccessControlItem()
-
BatchIpAccessControlItem
public BatchIpAccessControlItem(BatchIpAccessControlItem 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
-
getActionType
public Long getActionType()
Get 黑名单42或白名单40- Returns:
- ActionType 黑名单42或白名单40
-
setActionType
public void setActionType(Long ActionType)
Set 黑名单42或白名单40- Parameters:
ActionType- 黑名单42或白名单40
-
getIp
public String getIp()
Get 黑白名单的IP- Returns:
- Ip 黑白名单的IP
-
setIp
public void setIp(String Ip)
Set 黑白名单的IP- Parameters:
Ip- 黑白名单的IP
-
getNote
public String getNote()
Get 备注- Returns:
- Note 备注
-
setNote
public void setNote(String Note)
Set 备注- Parameters:
Note- 备注
-
getSource
public String getSource()
Get 添加路径- Returns:
- Source 添加路径
-
setSource
public void setSource(String Source)
Set 添加路径- Parameters:
Source- 添加路径
-
getTsVersion
public Long getTsVersion()
Get 修改时间- Returns:
- TsVersion 修改时间
-
setTsVersion
public void setTsVersion(Long TsVersion)
Set 修改时间- Parameters:
TsVersion- 修改时间
-
getValidTs
public Long getValidTs()
Get 超时时间- Returns:
- ValidTs 超时时间
-
setValidTs
public void setValidTs(Long ValidTs)
Set 超时时间- Parameters:
ValidTs- 超时时间
-
getHosts
public String[] getHosts()
Get 域名列表- Returns:
- Hosts 域名列表
-
setHosts
public void setHosts(String[] Hosts)
Set 域名列表- Parameters:
Hosts- 域名列表
-
-