public class ComponentStatus extends Object
| Constructor and Description |
|---|
ComponentStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getComponentName() |
Map<String,Map<String,String>> |
getConfigs() |
String |
getMessage() |
String |
getRoleCommand() |
String |
getServiceName() |
String |
getStatus() |
void |
setClusterName(String clusterName) |
void |
setComponentName(String componentName) |
void |
setConfigs(Map<String,Map<String,String>> configs) |
void |
setMessage(String msg) |
void |
setRoleCommand(String roleCommand) |
void |
setServiceName(String serviceName) |
void |
setStatus(String status) |
String |
toString() |
public String getRoleCommand()
public void setRoleCommand(String roleCommand)
public String getComponentName()
public void setComponentName(String componentName)
public String getMessage()
public void setMessage(String msg)
public String getStatus()
public void setStatus(String status)
public String getServiceName()
public void setServiceName(String serviceName)
public String getClusterName()
public void setClusterName(String clusterName)
public Map<String,Map<String,String>> getConfigs()
null if none are presentpublic void setConfigs(Map<String,Map<String,String>> configs)
configs - the config tags that match this statusCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.