Class DescribeActivityRecordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeActivityRecordRequest
-
public class DescribeActivityRecordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeActivityRecordRequest()DescribeActivityRecordRequest(DescribeActivityRecordRequest 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 Long[]getActivityIdList()Get 活动id列表StringgetChannel()Get 渠道来源,每个来源对应不同secretKeyStringgetChannelToken()Get 渠道加密tokenLong[]getIsDeletedList()Get 根据是否软删除进行过滤,[0]未删除, [1] 删除,不传不过滤LonggetStatus()Get 过滤状态码,已废弃Long[]getStatuses()Get 状态码过滤数组,空数组时不过滤voidsetActivityIdList(Long[] ActivityIdList)Set 活动id列表voidsetChannel(String Channel)Set 渠道来源,每个来源对应不同secretKeyvoidsetChannelToken(String ChannelToken)Set 渠道加密tokenvoidsetIsDeletedList(Long[] IsDeletedList)Set 根据是否软删除进行过滤,[0]未删除, [1] 删除,不传不过滤voidsetStatus(Long Status)Set 过滤状态码,已废弃voidsetStatuses(Long[] Statuses)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
-
DescribeActivityRecordRequest
public DescribeActivityRecordRequest()
-
DescribeActivityRecordRequest
public DescribeActivityRecordRequest(DescribeActivityRecordRequest 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
-
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
-
getActivityIdList
public Long[] getActivityIdList()
Get 活动id列表- Returns:
- ActivityIdList 活动id列表
-
setActivityIdList
public void setActivityIdList(Long[] ActivityIdList)
Set 活动id列表- Parameters:
ActivityIdList- 活动id列表
-
getStatus
public Long getStatus()
Get 过滤状态码,已废弃- Returns:
- Status 过滤状态码,已废弃
-
setStatus
public void setStatus(Long Status)
Set 过滤状态码,已废弃- Parameters:
Status- 过滤状态码,已废弃
-
getStatuses
public Long[] getStatuses()
Get 状态码过滤数组,空数组时不过滤- Returns:
- Statuses 状态码过滤数组,空数组时不过滤
-
setStatuses
public void setStatuses(Long[] Statuses)
Set 状态码过滤数组,空数组时不过滤- Parameters:
Statuses- 状态码过滤数组,空数组时不过滤
-
getIsDeletedList
public Long[] getIsDeletedList()
Get 根据是否软删除进行过滤,[0]未删除, [1] 删除,不传不过滤- Returns:
- IsDeletedList 根据是否软删除进行过滤,[0]未删除, [1] 删除,不传不过滤
-
setIsDeletedList
public void setIsDeletedList(Long[] IsDeletedList)
Set 根据是否软删除进行过滤,[0]未删除, [1] 删除,不传不过滤- Parameters:
IsDeletedList- 根据是否软删除进行过滤,[0]未删除, [1] 删除,不传不过滤
-
-