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