public class BatchIpAccessControlItem extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getActionType()
Get Blocklist 42 or allowlist 40
|
Long |
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCronType()
Get Periodic task type
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getHosts()
Get Domain name list
|
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 of the blocklist/allowlist
|
String[] |
getIpList()
Get IP list
Note: This field may return null, indicating that no valid values can be obtained.
|
JobDateTime |
getJobDateTime()
Get Scheduled task configuration details
Note: This field may return null, indicating that no valid values can be obtained.
|
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 55101145
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSource()
Get Path addition
|
Long |
getTsVersion()
Get Modification time
|
Long |
getValidStatus()
Get Effective status
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getValidTs()
Get Timeout period
|
void |
setActionType(Long ActionType)
Set Blocklist 42 or allowlist 40
|
void |
setCreateTime(Long CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCronType(String CronType)
Set Periodic task type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHosts(String[] Hosts)
Set Domain name list
|
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 of the blocklist/allowlist
|
void |
setIpList(String[] IpList)
Set IP list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobDateTime(JobDateTime JobDateTime)
Set Scheduled task configuration details
Note: This field may return null, indicating that no valid values can be obtained.
|
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 55101145
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSource(String Source)
Set Path addition
|
void |
setTsVersion(Long TsVersion)
Set Modification time
|
void |
setValidStatus(Long ValidStatus)
Set Effective status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setValidTs(Long ValidTs)
Set Timeout period
|
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, toJsonString
public BatchIpAccessControlItem()
public BatchIpAccessControlItem(BatchIpAccessControlItem 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
- Blocklist 42 or allowlist 40public String getIp()
public void setIp(String Ip)
Ip
- IP of the blocklist/allowlistpublic String getNote()
public void setNote(String Note)
Note
- Remarkspublic String getSource()
public void setSource(String Source)
Source
- Path additionpublic Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion
- Modification timepublic Long getValidTs()
public void setValidTs(Long ValidTs)
ValidTs
- Timeout periodpublic String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- Domain name listpublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 55101145
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
- 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
- Scheduled task configuration details
Note: This field may return null, indicating that no valid values can be obtained.public Long getValidStatus()
public void setValidStatus(Long ValidStatus)
ValidStatus
- Effective status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.