@Generated(value="org.immutables.processor.ProxyProcessor") public final class Route extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Route.Builder
Builds instances of type
Route. |
| Modifier and Type | Method and Description |
|---|---|
static Route.Builder |
builder()
Creates a builder for
Route. |
boolean |
equals(Object another)
This instance is equal to all instances of
Route that have equal attribute values. |
String |
getRoute()
The route
|
int |
hashCode()
Computes a hash code from attributes:
route. |
String |
toString()
Prints the immutable value
Route with attribute values. |
public String getRoute()
public boolean equals(Object another)
Route that have equal attribute values.public int hashCode()
route.public String toString()
Route with attribute values.public static Route.Builder builder()
Route.Copyright © 2018. All rights reserved.