public class DescribeIpUnBlockListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeIpUnBlockListRequest() | 
| DescribeIpUnBlockListRequest(DescribeIpUnBlockListRequest 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 | 
|---|---|
| String | getBeginTime()Get Start time | 
| String | getEndTime()Get End time | 
| String | getIp()Get IP (if this field is not empty, IP filtering will be performed) | 
| Long | getLimit()Get Number of entries per page. | 
| Long | getOffset()Get Page start offset, whose value is (page number - 1) * number of entries per page | 
| Paging | getPaging()Get Pagination parameter (paginated query will be performed if this field is not empty). | 
| void | setBeginTime(String BeginTime)Set Start time | 
| void | setEndTime(String EndTime)Set End time | 
| void | setIp(String Ip)Set IP (if this field is not empty, IP filtering will be performed) | 
| void | setLimit(Long Limit)Set Number of entries per page. | 
| void | setOffset(Long Offset)Set Page start offset, whose value is (page number - 1) * number of entries per page | 
| void | setPaging(Paging Paging)Set Pagination parameter (paginated query will be performed if this field is not empty). | 
| 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 DescribeIpUnBlockListRequest()
public DescribeIpUnBlockListRequest(DescribeIpUnBlockListRequest source)
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic String getIp()
public void setIp(String Ip)
Ip - IP (if this field is not empty, IP filtering will be performed)public Paging getPaging()
public void setPaging(Paging Paging)
Paging - Pagination parameter (paginated query will be performed if this field is not empty). This field will be disused in the future. Please use the `Limit` and `Offset` fields instead;public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries per page. A value of 0 means no paginationpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Page start offset, whose value is (page number - 1) * number of entries per pageCopyright © 2022. All rights reserved.