public class ServiceRequest extends Object
Constructor and Description |
---|
ServiceRequest(String clusterName,
String serviceName,
String desiredState) |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName() |
String |
getDesiredState() |
String |
getMaintenanceState() |
String |
getServiceName() |
void |
setClusterName(String clusterName) |
void |
setDesiredState(String desiredState) |
void |
setMaintenanceState(String state) |
void |
setServiceName(String serviceName) |
String |
toString() |
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the serviceName 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 void setMaintenanceState(String state)
state
- the new maintenance statepublic String getMaintenanceState()
Copyright © 2017. All rights reserved.