public class DescribeConsumerGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeConsumerGroupRequest()  | 
DescribeConsumerGroupRequest(DescribeConsumerGroupRequest 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getGroupName()
Get Name of the group to be queried, which is optional. 
 | 
String | 
getInstanceId()
Get CKafka instance ID. 
 | 
Long | 
getLimit()
Get Number of results to be returned in this request 
 | 
Long | 
getOffset()
Get Offset position 
 | 
String | 
getTopicName()
Get Name of the corresponding topic in the group to be queried, which is optional. 
 | 
void | 
setGroupName(String GroupName)
Set Name of the group to be queried, which is optional. 
 | 
void | 
setInstanceId(String InstanceId)
Set CKafka instance ID. 
 | 
void | 
setLimit(Long Limit)
Set Number of results to be returned in this request 
 | 
void | 
setOffset(Long Offset)
Set Offset position 
 | 
void | 
setTopicName(String TopicName)
Set Name of the corresponding topic in the group to be queried, which is optional. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeConsumerGroupRequest()
public DescribeConsumerGroupRequest(DescribeConsumerGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - CKafka instance ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Name of the group to be queried, which is optional.public String getTopicName()
public void setTopicName(String TopicName)
TopicName - Name of the corresponding topic in the group to be queried, which is optional. If this parameter is specified but `group` is not specified, this parameter will be ignored.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned in this requestpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offset positionCopyright © 2025. All rights reserved.