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