public class Host extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Host.Builder<T extends Host.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Host(String name,
    String service)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Host.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getName()  | 
String | 
getService()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Host.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static Host.Builder<?> builder()
public Host.Builder<?> toBuilder()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.