@Generated(value={"Immutables.generator","_TcpRouteConfiguration"}) public final class TcpRouteConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpRouteConfiguration.Builder
Builds instances of type
TcpRouteConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static TcpRouteConfiguration.Builder |
builder()
Creates a builder for
TcpRouteConfiguration. |
boolean |
equals(Object another)
This instance is equal to all instances of
TcpRouteConfiguration that have equal attribute values. |
String |
getBackendIp()
IP address of backend.
|
Integer |
getBackendPort()
Backend port.
|
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, port, routerGroupId, ttl. |
String |
toString()
Prints the immutable value
TcpRouteConfiguration with attribute values. |
public String getBackendIp()
public Integer getBackendPort()
public Integer getPort()
public String getRouterGroupId()
public Integer getTtl()
public boolean equals(Object another)
TcpRouteConfiguration that have equal attribute values.public int hashCode()
backendIp, backendPort, port, routerGroupId, ttl.public String toString()
TcpRouteConfiguration with attribute values.public static TcpRouteConfiguration.Builder builder()
TcpRouteConfiguration.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.