public class ServiceComponentResponse extends Object
Constructor and Description |
---|
ServiceComponentResponse(Long clusterId,
String clusterName,
String serviceName,
String componentName,
String desiredStackVersion,
String desiredState) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCategory()
Get the component category.
|
Long |
getClusterId() |
String |
getClusterName() |
String |
getComponentName() |
String |
getDesiredStackVersion() |
String |
getDesiredState() |
String |
getServiceName() |
int |
hashCode() |
void |
setCategory(String category)
Set the component category.
|
void |
setClusterId(Long clusterId) |
void |
setClusterName(String clusterName) |
void |
setComponentName(String componentName) |
void |
setDesiredStackVersion(String desiredStackVersion) |
void |
setDesiredState(String desiredState) |
void |
setServiceName(String serviceName) |
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the serviceName to setpublic String getComponentName()
public void setComponentName(String componentName)
componentName
- the componentName to setpublic Long getClusterId()
public void setClusterId(Long clusterId)
clusterId
- the clusterId to setpublic String getClusterName()
public void setClusterName(String clusterName)
clusterName
- the clusterName to setpublic String getDesiredState()
public void setDesiredState(String desiredState)
desiredState
- the desiredState to setpublic String getDesiredStackVersion()
public void setDesiredStackVersion(String desiredStackVersion)
desiredStackVersion
- the desiredStackVersion to setpublic String getCategory()
public void setCategory(String category)
category
- the categoryCopyright © 2014. All rights reserved.