org.jclouds.glesys.domain
Class Console

java.lang.Object
  extended by org.jclouds.glesys.domain.Console

public class Console
extends Object

Connection information to connect to a server with VNC.

Author:
Adam Lowe
See Also:

Nested Class Summary
static class Console.Builder<T extends Console.Builder<T>>
           
 
Constructor Summary
protected Console(String host, int port, String protocol, String password)
           
 
Method Summary
static Console.Builder<?> builder()
           
 boolean equals(Object obj)
           
 String getHost()
           
 String getPassword()
           
 int getPort()
           
 String getProtocol()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 Console.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Console

@ConstructorProperties(value={"host","port","protocol","password"})
protected Console(String host,
                                             int port,
                                             String protocol,
                                             String password)
Method Detail

builder

public static Console.Builder<?> builder()

toBuilder

public Console.Builder<?> toBuilder()

getHost

public String getHost()
Returns:
the host name to use to connect to the server

getPort

public int getPort()
Returns:
the port to use to connect to the server

getProtocol

public String getProtocol()
Returns:
the protocol to use to connect to the server

getPassword

public String getPassword()
Returns:
the password to use to connect to the server

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.