public class ConsumerEnhanceRequiredInfo extends Object
| Constructor and Description |
|---|
ConsumerEnhanceRequiredInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrokerServers() |
String |
getGroupId() |
long |
getStartTime() |
String |
getTopics() |
void |
setBrokerServers(List<String> brokerServers) |
void |
setGroupId(String groupId) |
void |
setStartTime(long startTime) |
void |
setTopics(Collection<String> topics) |
public void setTopics(Collection<String> topics)
public void setGroupId(String groupId)
public String getBrokerServers()
public String getTopics()
public String getGroupId()
public void setStartTime(long startTime)
public long getStartTime()
Copyright © 2020 The Apache Software Foundation. All rights reserved.