Uses of Class
com.tencentcloudapi.dayu.v20180709.models.Paging
-
Packages that use Paging Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of Paging in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return Paging Modifier and Type Method Description PagingDescribeIpUnBlockListRequest. getPaging()Get 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type Paging Modifier and Type Method Description voidDescribeIpUnBlockListRequest. setPaging(Paging Paging)Set 分页参数(不为空时,进行分页查询),此字段后面会弃用,请用Limit和Offset字段代替;Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type Paging Constructor Description Paging(Paging 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.
-