Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.RocketMQMsgLog
-
Packages that use RocketMQMsgLog Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of RocketMQMsgLog in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return RocketMQMsgLog Modifier and Type Method Description RocketMQMsgLog[]DescribeRocketMQTopicMsgsResponse. getTopicMsgLogSets()Get 消息列表Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQMsgLog Modifier and Type Method Description voidDescribeRocketMQTopicMsgsResponse. setTopicMsgLogSets(RocketMQMsgLog[] TopicMsgLogSets)Set 消息列表Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQMsgLog Constructor Description RocketMQMsgLog(RocketMQMsgLog 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.
-