Uses of Class
com.tencentcloudapi.trocket.v20230308.models.SubscriptionData
-
Packages that use SubscriptionData Package Description com.tencentcloudapi.trocket.v20230308.models -
-
Uses of SubscriptionData in com.tencentcloudapi.trocket.v20230308.models
Methods in com.tencentcloudapi.trocket.v20230308.models that return SubscriptionData Modifier and Type Method Description SubscriptionData[]DescribeTopicResponse. getSubscriptionData()Get 订阅关系列表Methods in com.tencentcloudapi.trocket.v20230308.models with parameters of type SubscriptionData Modifier and Type Method Description voidDescribeTopicResponse. setSubscriptionData(SubscriptionData[] SubscriptionData)Set 订阅关系列表Constructors in com.tencentcloudapi.trocket.v20230308.models with parameters of type SubscriptionData Constructor Description SubscriptionData(SubscriptionData 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.
-