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