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