Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.TopicAttributesResponse
-
Packages that use TopicAttributesResponse Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of TopicAttributesResponse in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return TopicAttributesResponse Modifier and Type Method Description TopicAttributesResponseDescribeTopicAttributesResponse. getResult()Get 返回的结果对象Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type TopicAttributesResponse Modifier and Type Method Description voidDescribeTopicAttributesResponse. setResult(TopicAttributesResponse Result)Set 返回的结果对象Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type TopicAttributesResponse Constructor Description TopicAttributesResponse(TopicAttributesResponse 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.
-