public class IpAccessControlItem extends AbstractModel
header, skipSign| 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 Action | 
| Long | getCreateTime()Get Rule creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCronType()Get Periodic task type. | 
| String | getId()Get MongoDB Table Auto-increment ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIp()Get ip | 
| String[] | getIpList()Get IP list. | 
| JobDateTime | getJobDateTime()Get Details of scheduled task configuration. | 
| String | getJobType()Get Scheduled task type
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNote()Get Remarks | 
| Long | getRuleId()Get 55000001
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSource()Get Source. | 
| Long | getTsVersion()Get Update Timestamp
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getValidStatus()Get Effective status. | 
| Long | getValidTs()Get Expiration Timestamp | 
| void | setActionType(Long ActionType)Set Action | 
| void | setCreateTime(Long CreateTime)Set Rule creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCronType(String CronType)Set Periodic task type. | 
| void | setId(String Id)Set MongoDB Table Auto-increment ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIp(String Ip)Set ip | 
| void | setIpList(String[] IpList)Set IP list. | 
| void | setJobDateTime(JobDateTime JobDateTime)Set Details of scheduled task configuration. | 
| void | setJobType(String JobType)Set Scheduled task type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNote(String Note)Set Remarks | 
| void | setRuleId(Long RuleId)Set 55000001
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSource(String Source)Set Source. | 
| void | setTsVersion(Long TsVersion)Set Update Timestamp
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValidStatus(Long ValidStatus)Set Effective status. | 
| void | setValidTs(Long ValidTs)Set Expiration Timestamp | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IpAccessControlItem()
public IpAccessControlItem(IpAccessControlItem source)
public String getId()
public void setId(String Id)
Id - MongoDB Table Auto-increment ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getActionType()
public void setActionType(Long ActionType)
ActionType - Actionpublic String getIp()
public void setIp(String Ip)
Ip - ippublic String getNote()
public void setNote(String Note)
Note - Remarkspublic String getSource()
public void setSource(String Source)
Source - Source.public Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion - Update Timestamp
Note: This field may return null, indicating that no valid values can be obtained.public Long getValidTs()
public void setValidTs(Long ValidTs)
ValidTs - Expiration Timestamppublic Long getValidStatus()
public void setValidStatus(Long ValidStatus)
ValidStatus - Effective status.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - 55000001
Note: This field may return null, indicating that no valid values can be obtained.public String[] getIpList()
public void setIpList(String[] IpList)
IpList - IP list.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - Rule creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getJobType()
public void setJobType(String JobType)
JobType - Scheduled task type
Note: This field may return null, indicating that no valid values can be obtained.public String getCronType()
public void setCronType(String CronType)
CronType - Periodic task type.
Note: This field may return null, indicating that no valid values can be obtained.public JobDateTime getJobDateTime()
public void setJobDateTime(JobDateTime JobDateTime)
JobDateTime - Details of scheduled task configuration.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.