public class DescribeIpUnBlockListResponse extends AbstractModel
Constructor and Description |
---|
DescribeIpUnBlockListResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get Start time
|
String |
getEndTime()
Get End time
|
IpUnBlockData[] |
getList()
Get IP unblocking record
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total number of records
|
void |
setBeginTime(String BeginTime)
Set Start time
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setList(IpUnBlockData[] List)
Set IP unblocking record
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total number of records
|
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, toJsonString
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic IpUnBlockData[] getList()
public void setList(IpUnBlockData[] List)
List
- IP unblocking recordpublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of recordspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.