Class QueryActivityListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wav.v20210129.models.QueryActivityListRequest
-
public class QueryActivityListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryActivityListRequest()QueryActivityListRequest(QueryActivityListRequest 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 StringgetCursor()Get 分页游标,对应结果返回的NextCursor,首次请求保持为空LonggetLimit()Get 单页数据限制voidsetCursor(String Cursor)Set 分页游标,对应结果返回的NextCursor,首次请求保持为空voidsetLimit(Long Limit)Set 单页数据限制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
-
QueryActivityListRequest
public QueryActivityListRequest()
-
QueryActivityListRequest
public QueryActivityListRequest(QueryActivityListRequest 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
-
getCursor
public String getCursor()
Get 分页游标,对应结果返回的NextCursor,首次请求保持为空- Returns:
- Cursor 分页游标,对应结果返回的NextCursor,首次请求保持为空
-
setCursor
public void setCursor(String Cursor)
Set 分页游标,对应结果返回的NextCursor,首次请求保持为空- Parameters:
Cursor- 分页游标,对应结果返回的NextCursor,首次请求保持为空
-
getLimit
public Long getLimit()
Get 单页数据限制- Returns:
- Limit 单页数据限制
-
setLimit
public void setLimit(Long Limit)
Set 单页数据限制- Parameters:
Limit- 单页数据限制
-
-