public class ClusterResponse extends Object
Constructor and Description |
---|
ClusterResponse(Long clusterId,
String clusterName,
Set<String> hostNames,
String desiredStackVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
String |
getClusterName() |
Map<String,DesiredConfig> |
getDesiredConfigs() |
String |
getDesiredStackVersion() |
Set<String> |
getHostNames() |
int |
hashCode() |
void |
setDesiredConfigs(Map<String,DesiredConfig> configs) |
String |
toString() |
public Long getClusterId()
public String getClusterName()
public String getDesiredStackVersion()
public void setDesiredConfigs(Map<String,DesiredConfig> configs)
configs
- public Map<String,DesiredConfig> getDesiredConfigs()
Copyright © 2015. All rights reserved.