Class BatchModifyGroupOffsetsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.BatchModifyGroupOffsetsRequest
-
public class BatchModifyGroupOffsetsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupName()
Get 消费分组名称String
getInstanceId()
Get 实例名称Partitions[]
getPartitions()
Get partition信息String[]
getTopicName()
Get 指定topic,默认所有topicvoid
setGroupName(String GroupName)
Set 消费分组名称void
setInstanceId(String InstanceId)
Set 实例名称void
setPartitions(Partitions[] Partitions)
Set partition信息void
setTopicName(String[] TopicName)
Set 指定topic,默认所有topicvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BatchModifyGroupOffsetsRequest
public BatchModifyGroupOffsetsRequest()
-
BatchModifyGroupOffsetsRequest
public 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.
-
-
Method Detail
-
getGroupName
public String getGroupName()
Get 消费分组名称- Returns:
- GroupName 消费分组名称
-
setGroupName
public void setGroupName(String GroupName)
Set 消费分组名称- Parameters:
GroupName
- 消费分组名称
-
getInstanceId
public String getInstanceId()
Get 实例名称- Returns:
- InstanceId 实例名称
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例名称- Parameters:
InstanceId
- 实例名称
-
getPartitions
public Partitions[] getPartitions()
Get partition信息- Returns:
- Partitions partition信息
-
setPartitions
public void setPartitions(Partitions[] Partitions)
Set partition信息- Parameters:
Partitions
- partition信息
-
getTopicName
public String[] getTopicName()
Get 指定topic,默认所有topic- Returns:
- TopicName 指定topic,默认所有topic
-
setTopicName
public void setTopicName(String[] TopicName)
Set 指定topic,默认所有topic- Parameters:
TopicName
- 指定topic,默认所有topic
-
-