public class FetchProducerRouteResponse extends Object implements org.mydotey.rpc.response.Response
| Constructor and Description |
|---|
FetchProducerRouteResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,Cluster> |
getClusters() |
org.mydotey.rpc.response.ResponseStatus |
getStatus() |
Map<String,Route> |
getTopicIdRoutes() |
Map<String,Topic> |
getTopics() |
int |
hashCode() |
void |
setClusters(Map<String,Cluster> clusters) |
void |
setStatus(org.mydotey.rpc.response.ResponseStatus status) |
void |
setTopicIdRoutes(Map<String,Route> topicIdRoutes) |
void |
setTopics(Map<String,Topic> topics) |
String |
toString() |
Copyright © 2019. All rights reserved.