public class DescribeIpAccessControlRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIpAccessControlRequest() |
DescribeIpAccessControlRequest(DescribeIpAccessControlRequest 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 |
getCount()
Get Count identifier
|
Long |
getCtsMax()
Get Timestamp for Maximum Creation Time
|
Long |
getCtsMin()
Get Timestamp for minimum creation time
|
String |
getDomain()
Get Domain name
|
String |
getIp()
Get IP
|
Long |
getLimit()
Get Number of records returned per page, which is 20 by default.
|
Long |
getOffSet()
Get Paging offset, a multiple of limit.
|
Long |
getRuleId()
Get Rule ID
|
String |
getSort()
Get Sort parameters
|
String |
getSource()
Get Source.
|
Long |
getTimerType()
Get Filter by scheduled task type.
|
Long |
getValidStatus()
Get Effective status.
|
String |
getValidTimeStampMax()
Get Timestamp of the maximum valid time
|
String |
getValidTimeStampMin()
Get Timestamp of the minimum valid time
|
Long |
getVtsMax()
Deprecated.
|
Long |
getVtsMin()
Deprecated.
|
void |
setActionType(Long ActionType)
Set Action.
|
void |
setCount(Long Count)
Set Count identifier
|
void |
setCtsMax(Long CtsMax)
Set Timestamp for Maximum Creation Time
|
void |
setCtsMin(Long CtsMin)
Set Timestamp for minimum creation time
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setIp(String Ip)
Set IP
|
void |
setLimit(Long Limit)
Set Number of records returned per page, which is 20 by default.
|
void |
setOffSet(Long OffSet)
Set Paging offset, a multiple of limit.
|
void |
setRuleId(Long RuleId)
Set Rule ID
|
void |
setSort(String Sort)
Set Sort parameters
|
void |
setSource(String Source)
Set Source.
|
void |
setTimerType(Long TimerType)
Set Filter by scheduled task type.
|
void |
setValidStatus(Long ValidStatus)
Set Effective status.
|
void |
setValidTimeStampMax(String ValidTimeStampMax)
Set Timestamp of the maximum valid time
|
void |
setValidTimeStampMin(String ValidTimeStampMin)
Set Timestamp of the minimum valid time
|
void |
setVtsMax(Long VtsMax)
Deprecated.
|
void |
setVtsMin(Long VtsMin)
Deprecated.
|
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 DescribeIpAccessControlRequest()
public DescribeIpAccessControlRequest(DescribeIpAccessControlRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic Long getCount()
public void setCount(Long Count)
Count
- Count identifierpublic Long getActionType()
public void setActionType(Long ActionType)
ActionType
- Action. 40 for querying the allowlist, 42 for querying the blocklist@Deprecated public Long getVtsMin()
@Deprecated public void setVtsMin(Long VtsMin)
VtsMin
- Timestamp of the minimum valid time@Deprecated public Long getVtsMax()
@Deprecated public void setVtsMax(Long VtsMax)
VtsMax
- Timestamp of the maximum valid timepublic Long getCtsMin()
public void setCtsMin(Long CtsMin)
CtsMin
- Timestamp for minimum creation timepublic Long getCtsMax()
public void setCtsMax(Long CtsMax)
CtsMax
- Timestamp for Maximum Creation Timepublic Long getOffSet()
public void setOffSet(Long OffSet)
OffSet
- Paging offset, a multiple of limit. The minimum value is 0, and the maximum value is Total/Limit rounded up.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of records returned per page, which is 20 by default.public String getSource()
public void setSource(String Source)
Source
- Source.public String getSort()
public void setSort(String Sort)
Sort
- Sort parameterspublic String getIp()
public void setIp(String Ip)
Ip
- IPpublic Long getValidStatus()
public void setValidStatus(Long ValidStatus)
ValidStatus
- Effective status.public String getValidTimeStampMin()
public void setValidTimeStampMin(String ValidTimeStampMin)
ValidTimeStampMin
- Timestamp of the minimum valid timepublic String getValidTimeStampMax()
public void setValidTimeStampMax(String ValidTimeStampMax)
ValidTimeStampMax
- Timestamp of the maximum valid timepublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Rule IDpublic Long getTimerType()
public void setTimerType(Long TimerType)
TimerType
- Filter by scheduled task type. Valid values: 0, 1, 2, 3, 4.Copyright © 2024. All rights reserved.