public class GroupInfoTopics extends AbstractModel
Constructor and Description |
---|
GroupInfoTopics() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getPartitions()
Get Information of assigned partition
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTopic()
Get Name of assigned topics
|
void |
setPartitions(Long[] Partitions)
Set Information of assigned partition
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTopic(String Topic)
Set Name of assigned topics
|
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
- Name of assigned topicspublic Long[] getPartitions()
public void setPartitions(Long[] Partitions)
Partitions
- Information of assigned partition
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.