Class DescribeIpUnBlockListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeIpUnBlockListRequest
-
public class DescribeIpUnBlockListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeginTime()Get 开始时间StringgetEndTime()Get 结束时间StringgetIp()Get IP(不为空时,进行IP过滤)LonggetLimit()Get 一页条数,填0表示不分页LonggetOffset()Get 页起始偏移,取值为(页码-1)*一页条数PaginggetPaging()Get 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;voidsetBeginTime(String BeginTime)Set 开始时间voidsetEndTime(String EndTime)Set 结束时间voidsetIp(String Ip)Set IP(不为空时,进行IP过滤)voidsetLimit(Long Limit)Set 一页条数,填0表示不分页voidsetOffset(Long Offset)Set 页起始偏移,取值为(页码-1)*一页条数voidsetPaging(Paging Paging)Set 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeIpUnBlockListRequest
public DescribeIpUnBlockListRequest()
-
DescribeIpUnBlockListRequest
public 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.
-
-
Method Detail
-
getBeginTime
public String getBeginTime()
Get 开始时间- Returns:
- BeginTime 开始时间
-
setBeginTime
public void setBeginTime(String BeginTime)
Set 开始时间- Parameters:
BeginTime- 开始时间
-
getEndTime
public String getEndTime()
Get 结束时间- Returns:
- EndTime 结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间- Parameters:
EndTime- 结束时间
-
getIp
public String getIp()
Get IP(不为空时,进行IP过滤)- Returns:
- Ip IP(不为空时,进行IP过滤)
-
setIp
public void setIp(String Ip)
Set IP(不为空时,进行IP过滤)- Parameters:
Ip- IP(不为空时,进行IP过滤)
-
getPaging
public Paging getPaging()
Get 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;- Returns:
- Paging 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;
-
setPaging
public void setPaging(Paging Paging)
Set 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;- Parameters:
Paging- 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;
-
getLimit
public Long getLimit()
Get 一页条数,填0表示不分页- Returns:
- Limit 一页条数,填0表示不分页
-
setLimit
public void setLimit(Long Limit)
Set 一页条数,填0表示不分页- Parameters:
Limit- 一页条数,填0表示不分页
-
getOffset
public Long getOffset()
Get 页起始偏移,取值为(页码-1)*一页条数- Returns:
- Offset 页起始偏移,取值为(页码-1)*一页条数
-
setOffset
public void setOffset(Long Offset)
Set 页起始偏移,取值为(页码-1)*一页条数- Parameters:
Offset- 页起始偏移,取值为(页码-1)*一页条数
-
-