org.jclouds.rimuhosting.miro.domain
Class NewServerResponse
java.lang.Object
org.jclouds.rimuhosting.miro.domain.NewServerResponse
- All Implemented Interfaces:
- Comparable<NewServerResponse>
public class NewServerResponse
- extends Object
- implements Comparable<NewServerResponse>
Wrapper object to get back all data from a Instance create. The Password has been populated the NewInstance
object.
- Author:
- Ivan Meredith
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewServerResponse
public NewServerResponse()
getServer
public Server getServer()
setServer
public void setServer(Server server)
getNewInstanceRequest
public NewServerData getNewInstanceRequest()
setNewInstanceRequest
public void setNewInstanceRequest(NewServerData newServerDataRequest)
getServerInfo
public ServerInfo getServerInfo()
setServerInfo
public void setServerInfo(ServerInfo serverInfo)
compareTo
public int compareTo(NewServerResponse server)
- Specified by:
compareTo
in interface Comparable<NewServerResponse>
Copyright © 2009-2011 jclouds. All Rights Reserved.