public class Server extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
Server |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationJobId() |
Boolean |
getReplicationJobTerminated() |
String |
getServerId() |
String |
getServerType() |
VmServer |
getVmServer() |
int |
hashCode() |
Boolean |
isReplicationJobTerminated() |
void |
setReplicationJobId(String replicationJobId) |
void |
setReplicationJobTerminated(Boolean replicationJobTerminated) |
void |
setServerId(String serverId) |
void |
setServerType(ServerType serverType) |
void |
setServerType(String serverType) |
void |
setVmServer(VmServer vmServer) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Server |
withReplicationJobId(String replicationJobId) |
Server |
withReplicationJobTerminated(Boolean replicationJobTerminated) |
Server |
withServerId(String serverId) |
Server |
withServerType(ServerType serverType) |
Server |
withServerType(String serverType) |
Server |
withVmServer(VmServer vmServer) |
public void setServerId(String serverId)
serverId - public String getServerId()
public Server withServerId(String serverId)
serverId - public void setServerType(String serverType)
serverType - ServerTypepublic String getServerType()
ServerTypepublic Server withServerType(String serverType)
serverType - ServerTypepublic void setServerType(ServerType serverType)
serverType - ServerTypepublic Server withServerType(ServerType serverType)
serverType - ServerTypepublic void setVmServer(VmServer vmServer)
vmServer - public VmServer getVmServer()
public Server withVmServer(VmServer vmServer)
vmServer - public void setReplicationJobId(String replicationJobId)
replicationJobId - public String getReplicationJobId()
public Server withReplicationJobId(String replicationJobId)
replicationJobId - public void setReplicationJobTerminated(Boolean replicationJobTerminated)
replicationJobTerminated - public Boolean getReplicationJobTerminated()
public Server withReplicationJobTerminated(Boolean replicationJobTerminated)
replicationJobTerminated - public Boolean isReplicationJobTerminated()
public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.