Class DescribeUserActivityInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeUserActivityInfoRequest
-
public class DescribeUserActivityInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetActivityId()Get 活动idStringgetChannel()Get 渠道来源,每个来源对应不同secretKeyStringgetChannelToken()Get 渠道加密tokenStringgetGroupId()Get 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录voidsetActivityId(Long ActivityId)Set 活动idvoidsetChannel(String Channel)Set 渠道来源,每个来源对应不同secretKeyvoidsetChannelToken(String ChannelToken)Set 渠道加密tokenvoidsetGroupId(String GroupId)Set 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录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
-
DescribeUserActivityInfoRequest
public DescribeUserActivityInfoRequest()
-
DescribeUserActivityInfoRequest
public 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.
-
-
Method Detail
-
getActivityId
public Long getActivityId()
Get 活动id- Returns:
- ActivityId 活动id
-
setActivityId
public void setActivityId(Long ActivityId)
Set 活动id- Parameters:
ActivityId- 活动id
-
getChannelToken
public String getChannelToken()
Get 渠道加密token- Returns:
- ChannelToken 渠道加密token
-
setChannelToken
public void setChannelToken(String ChannelToken)
Set 渠道加密token- Parameters:
ChannelToken- 渠道加密token
-
getChannel
public String getChannel()
Get 渠道来源,每个来源对应不同secretKey- Returns:
- Channel 渠道来源,每个来源对应不同secretKey
-
setChannel
public void setChannel(String Channel)
Set 渠道来源,每个来源对应不同secretKey- Parameters:
Channel- 渠道来源,每个来源对应不同secretKey
-
getGroupId
public String getGroupId()
Get 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录- Returns:
- GroupId 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录
-
setGroupId
public void setGroupId(String GroupId)
Set 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录- Parameters:
GroupId- 团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录
-
-