Class DescribeTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.DescribeTasksRequest
-
public class DescribeTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTasksRequest()DescribeTasksRequest(DescribeTasksRequest 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 LonggetLimit()Get 分页的大小,数值范围 1-250LonggetOffset()Get 偏移量,从0开始voidsetLimit(Long Limit)Set 分页的大小,数值范围 1-250voidsetOffset(Long Offset)Set 偏移量,从0开始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
-
DescribeTasksRequest
public DescribeTasksRequest()
-
DescribeTasksRequest
public DescribeTasksRequest(DescribeTasksRequest 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
-
getOffset
public Long getOffset()
Get 偏移量,从0开始- Returns:
- Offset 偏移量,从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,从0开始- Parameters:
Offset- 偏移量,从0开始
-
getLimit
public Long getLimit()
Get 分页的大小,数值范围 1-250- Returns:
- Limit 分页的大小,数值范围 1-250
-
setLimit
public void setLimit(Long Limit)
Set 分页的大小,数值范围 1-250- Parameters:
Limit- 分页的大小,数值范围 1-250
-
-