public class IpAccessControlItem extends AbstractModel
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getActionType()
Get 动作
|
String |
getIp()
Get ip
|
String |
getNote()
Get 备注
|
String |
getSource()
Get 来源
|
Long |
getTsVersion()
Get 更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValidTs()
Get 有效截止时间戳
|
void |
setActionType(Long ActionType)
Set 动作
|
void |
setIp(String Ip)
Set ip
|
void |
setNote(String Note)
Set 备注
|
void |
setSource(String Source)
Set 来源
|
void |
setTsVersion(Long TsVersion)
Set 更新时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidTs(Long ValidTs)
Set 有效截止时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic IpAccessControlItem()
public IpAccessControlItem(IpAccessControlItem source)
public Long getActionType()
public void setActionType(Long ActionType)
ActionType - 动作public String getIp()
public void setIp(String Ip)
Ip - ippublic String getNote()
public void setNote(String Note)
Note - 备注public String getSource()
public void setSource(String Source)
Source - 来源public Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion - 更新时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getValidTs()
public void setValidTs(Long ValidTs)
ValidTs - 有效截止时间戳Copyright © 2022. All rights reserved.