Uses of Class
com.tencentcloudapi.tcb.v20180608.models.ActivityInfoItem
-
Packages that use ActivityInfoItem Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of ActivityInfoItem in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return ActivityInfoItem Modifier and Type Method Description ActivityInfoItem[]DescribeActivityInfoResponse. getActivityInfoList()Get 活动详情Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type ActivityInfoItem Modifier and Type Method Description voidDescribeActivityInfoResponse. setActivityInfoList(ActivityInfoItem[] ActivityInfoList)Set 活动详情Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type ActivityInfoItem Constructor Description ActivityInfoItem(ActivityInfoItem 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.
-