public class ServiceComponentRequest extends Object
| Constructor and Description |
|---|
ServiceComponentRequest(String clusterName,
String serviceName,
String componentName,
String desiredState) |
ServiceComponentRequest(String clusterName,
String serviceName,
String componentName,
String desiredState,
String componentCategory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getComponentCategory() |
String |
getComponentName() |
String |
getDesiredState() |
String |
getServiceName() |
void |
setClusterName(String clusterName) |
void |
setComponentCategory(String componentCategory) |
void |
setComponentName(String componentName) |
void |
setDesiredState(String desiredState) |
void |
setServiceName(String serviceName) |
public ServiceComponentRequest(String clusterName, String serviceName, String componentName, String desiredState)
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 String getDesiredState()
public void setDesiredState(String desiredState)
desiredState - the desiredState to setpublic String getClusterName()
public void setClusterName(String clusterName)
clusterName - the clusterName to setpublic String getComponentCategory()
public void setComponentCategory(String componentCategory)
Copyright © 2016. All rights reserved.