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