public class BatchModifyGroupOffsetsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchModifyGroupOffsetsRequest() |
BatchModifyGroupOffsetsRequest(BatchModifyGroupOffsetsRequest 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 Consumer group name.
|
String |
getInstanceId()
Get Instance name.
|
Partitions[] |
getPartitions()
Get Partition information.
|
String[] |
getTopicName()
Get Name of the specified topic.
|
void |
setGroupName(String GroupName)
Set Consumer group name.
|
void |
setInstanceId(String InstanceId)
Set Instance name.
|
void |
setPartitions(Partitions[] Partitions)
Set Partition information.
|
void |
setTopicName(String[] TopicName)
Set Name of the specified topic.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchModifyGroupOffsetsRequest()
public BatchModifyGroupOffsetsRequest(BatchModifyGroupOffsetsRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Consumer group name.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance name.public Partitions[] getPartitions()
public void setPartitions(Partitions[] Partitions)
Partitions
- Partition information.public String[] getTopicName()
public void setTopicName(String[] TopicName)
TopicName
- Name of the specified topic. Default value: names of all topics.Copyright © 2024. All rights reserved.