Package | Description |
---|---|
com.tencentcloudapi.ckafka.v20190819.models |
Modifier and Type | Method and Description |
---|---|
GroupInfoResponse[] |
TopicSubscribeGroup.getGroupsInfo()
Get Consumer group information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
GroupInfoResponse[] |
DescribeGroupInfoResponse.getResult()
Get Returned result
Note: this field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicSubscribeGroup.setGroupsInfo(GroupInfoResponse[] GroupsInfo)
Set Consumer group information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
DescribeGroupInfoResponse.setResult(GroupInfoResponse[] Result)
Set Returned result
Note: this field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
GroupInfoResponse(GroupInfoResponse 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.
|
Copyright © 2023. All rights reserved.