public class GroupOffsetTopic extends AbstractModel
Constructor and Description |
---|
GroupOffsetTopic() |
Modifier and Type | Method and Description |
---|---|
GroupOffsetPartition[] |
getPartitions()
Get Array of partitions in the topic, where each element is a JSON object
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTopic()
Get Topic name
|
void |
setPartitions(GroupOffsetPartition[] Partitions)
Set Array of partitions in the topic, where each element is a JSON object
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTopic(String Topic)
Set Topic name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTopic()
public void setTopic(String Topic)
Topic
- Topic namepublic GroupOffsetPartition[] getPartitions()
public void setPartitions(GroupOffsetPartition[] Partitions)
Partitions
- Array of partitions in the topic, where each element is a JSON object
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.