public class FetchConsumerRouteResponse extends Object implements org.mydotey.rpc.response.Response
| Constructor and Description |
|---|
FetchConsumerRouteResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,Cluster> |
getClusters() |
List<ConsumerGroupIdRoutePair> |
getConsumerGroupIdRoutes() |
List<ConsumerGroup> |
getConsumerGroups() |
org.mydotey.rpc.response.ResponseStatus |
getStatus() |
Map<String,Topic> |
getTopics() |
int |
hashCode() |
void |
setClusters(Map<String,Cluster> clusters) |
void |
setConsumerGroupIdRoutes(List<ConsumerGroupIdRoutePair> consumerGroupIdRoutes) |
void |
setConsumerGroups(List<ConsumerGroup> consumerGroups) |
void |
setStatus(org.mydotey.rpc.response.ResponseStatus status) |
void |
setTopics(Map<String,Topic> topics) |
String |
toString() |
public org.mydotey.rpc.response.ResponseStatus getStatus()
getStatus in interface org.mydotey.rpc.response.Responsepublic void setStatus(org.mydotey.rpc.response.ResponseStatus status)
public List<ConsumerGroupIdRoutePair> getConsumerGroupIdRoutes()
public void setConsumerGroupIdRoutes(List<ConsumerGroupIdRoutePair> consumerGroupIdRoutes)
public List<ConsumerGroup> getConsumerGroups()
public void setConsumerGroups(List<ConsumerGroup> consumerGroups)
Copyright © 2019. All rights reserved.