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