public class DescribeUserActivityInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUserActivityInfoRequest() | 
| DescribeUserActivityInfoRequest(DescribeUserActivityInfoRequest 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 | getChannel()Get 渠道来源,每个来源对应不同secretKey | 
| String | getChannelToken()Get 渠道加密token | 
| String | getGroupId()Get 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录 | 
| void | setActivityId(Long ActivityId)Set 活动id | 
| void | setChannel(String Channel)Set 渠道来源,每个来源对应不同secretKey | 
| void | setChannelToken(String ChannelToken)Set 渠道加密token | 
| void | setGroupId(String GroupId)Set 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录 | 
| 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 DescribeUserActivityInfoRequest()
public DescribeUserActivityInfoRequest(DescribeUserActivityInfoRequest source)
public Long getActivityId()
public void setActivityId(Long ActivityId)
ActivityId - 活动idpublic String getChannelToken()
public void setChannelToken(String ChannelToken)
ChannelToken - 渠道加密tokenpublic String getChannel()
public void setChannel(String Channel)
Channel - 渠道来源,每个来源对应不同secretKeypublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录Copyright © 2025. All rights reserved.