public class QueryActivityJoinListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryActivityJoinListRequest() | 
| QueryActivityJoinListRequest(QueryActivityJoinListRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getActivityId()Get 活动id | 
| String | getCursor()Get 分页游标,对应结果返回的NextCursor,首次请求保持为空 | 
| Long | getLimit()Get 单页数据限制 | 
| void | setActivityId(Long ActivityId)Set 活动id | 
| void | setCursor(String Cursor)Set 分页游标,对应结果返回的NextCursor,首次请求保持为空 | 
| void | setLimit(Long Limit)Set 单页数据限制 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryActivityJoinListRequest()
public QueryActivityJoinListRequest(QueryActivityJoinListRequest source)
public Long getActivityId()
public void setActivityId(Long ActivityId)
ActivityId - 活动idpublic String getCursor()
public void setCursor(String Cursor)
Cursor - 分页游标,对应结果返回的NextCursor,首次请求保持为空public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页数据限制Copyright © 2025. All rights reserved.