Modifier and Type | Class and Description |
---|---|
static class |
HostRoute.Builder |
Modifier | Constructor and Description |
---|---|
protected |
HostRoute(String destinationCidr,
String nextHop) |
Modifier and Type | Method and Description |
---|---|
static HostRoute.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDestinationCidr() |
String |
getNextHop() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
HostRoute.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"destination","nexthop"}) protected HostRoute(String destinationCidr, String nextHop)
@Nullable public String getDestinationCidr()
@Nullable public String getNextHop()
protected com.google.common.base.Objects.ToStringHelper string()
public static HostRoute.Builder builder()
public HostRoute.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.