@Generated(value={"Immutables.generator","_TcpRoute"}) public final class TcpRoute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpRoute.Builder
Builds instances of type
TcpRoute. |
| Modifier and Type | Method and Description |
|---|---|
static TcpRoute.Builder |
builder()
Creates a builder for
TcpRoute. |
boolean |
equals(Object another)
This instance is equal to all instances of
TcpRoute that have equal attribute values. |
String |
getBackendIp()
IP address of backend.
|
Integer |
getBackendPort()
Backend port.
|
ModificationTag |
getModificationTag()
Modification Tag for the route.
|
Integer |
getPort()
External facing port for the TCP route.
|
String |
getRouterGroupId()
ID of the router group associated with this route.
|
Integer |
getTtl()
Time to live, in seconds.
|
int |
hashCode()
Computes a hash code from attributes:
backendIp, backendPort, modificationTag, port, routerGroupId, ttl. |
String |
toString()
Prints the immutable value
TcpRoute with attribute values. |
public String getBackendIp()
public Integer getBackendPort()
public ModificationTag getModificationTag()
public Integer getPort()
public String getRouterGroupId()
public Integer getTtl()
public boolean equals(Object another)
TcpRoute that have equal attribute values.public int hashCode()
backendIp, backendPort, modificationTag, port, routerGroupId, ttl.public String toString()
TcpRoute with attribute values.public static TcpRoute.Builder builder()
TcpRoute.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.