public class Console extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Console.Builder<T extends Console.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Console(String host,
int port,
String protocol,
String password) |
Modifier and Type | Method and Description |
---|---|
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() |
@ConstructorProperties(value={"host","port","protocol","password"}) protected Console(String host, int port, String protocol, String password)
public static Console.Builder<?> builder()
public Console.Builder<?> toBuilder()
public String getHost()
public int getPort()
public String getProtocol()
public String getPassword()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.