Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.BatchModifyTopicInfo
-
Packages that use BatchModifyTopicInfo Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of BatchModifyTopicInfo in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return BatchModifyTopicInfo Modifier and Type Method Description BatchModifyTopicInfo[]
BatchModifyTopicAttributesRequest. getTopic()
Get 主题属性列表Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type BatchModifyTopicInfo Modifier and Type Method Description void
BatchModifyTopicAttributesRequest. setTopic(BatchModifyTopicInfo[] Topic)
Set 主题属性列表Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type BatchModifyTopicInfo Constructor Description BatchModifyTopicInfo(BatchModifyTopicInfo 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.
-