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