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 消费分组名称
|
String |
getInstanceId()
Get 实例名称
|
Partitions[] |
getPartitions()
Get partition信息
|
String[] |
getTopicName()
Get 指定topic,默认所有topic
|
void |
setGroupName(String GroupName)
Set 消费分组名称
|
void |
setInstanceId(String InstanceId)
Set 实例名称
|
void |
setPartitions(Partitions[] Partitions)
Set partition信息
|
void |
setTopicName(String[] TopicName)
Set 指定topic,默认所有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
- 消费分组名称public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例名称public Partitions[] getPartitions()
public void setPartitions(Partitions[] Partitions)
Partitions
- partition信息public String[] getTopicName()
public void setTopicName(String[] TopicName)
TopicName
- 指定topic,默认所有topicCopyright © 2024. All rights reserved.