public class FetchTopicsResponse extends Object implements org.mydotey.rpc.response.Response
| Constructor and Description |
|---|
FetchTopicsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.mydotey.rpc.response.ResponseStatus |
getStatus() |
List<Topic> |
getTopics() |
int |
hashCode() |
void |
setStatus(org.mydotey.rpc.response.ResponseStatus status) |
void |
setTopics(List<Topic> topics) |
String |
toString() |
Copyright © 2019. All rights reserved.