Class IpAccessControlItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.IpAccessControlItem
-
public class IpAccessControlItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IpAccessControlItem()IpAccessControlItem(IpAccessControlItem 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 动作StringgetIp()Get ipStringgetNote()Get 备注StringgetSource()Get 来源LonggetTsVersion()Get 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。LonggetValidTs()Get 有效截止时间戳voidsetActionType(Long ActionType)Set 动作voidsetIp(String Ip)Set ipvoidsetNote(String Note)Set 备注voidsetSource(String Source)Set 来源voidsetTsVersion(Long TsVersion)Set 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。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
-
IpAccessControlItem
public IpAccessControlItem()
-
IpAccessControlItem
public IpAccessControlItem(IpAccessControlItem 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 动作- Returns:
- ActionType 动作
-
setActionType
public void setActionType(Long ActionType)
Set 动作- Parameters:
ActionType- 动作
-
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 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TsVersion 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setTsVersion
public void setTsVersion(Long TsVersion)
Set 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TsVersion- 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getValidTs
public Long getValidTs()
Get 有效截止时间戳- Returns:
- ValidTs 有效截止时间戳
-
setValidTs
public void setValidTs(Long ValidTs)
Set 有效截止时间戳- Parameters:
ValidTs- 有效截止时间戳
-
-