public class ServiceDeployment extends Object implements Serializable
Constructor and Description |
---|
ServiceDeployment() |
ServiceDeployment(String serviceId,
String nodeId,
String servicePath,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getNodeId() |
String |
getServiceId() |
String |
getServicePath() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setNodeId(String nodeId) |
void |
setServiceId(String serviceId) |
void |
setServicePath(String servicePath) |
String |
toString() |
public String getServiceId()
public void setServiceId(String serviceId)
public String getNodeId()
public void setNodeId(String nodeId)
public String getServicePath()
public void setServicePath(String servicePath)
public boolean isEnabled()
public void setEnabled(boolean enabled)