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() |
@ConstructorProperties(value={"host_name","service"}) protected Host(@Nullable String name, @Nullable String service)
public static Host.Builder<?> builder()
public Host.Builder<?> toBuilder()
@Nullable public String getName()
@Nullable public String getService()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.