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