@Generated(value={"Immutables.generator","_CreateRouteRequest"}) public final class CreateRouteRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateRouteRequest.Builder
Builds instances of type
CreateRouteRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateRouteRequest.Builder |
builder()
Creates a builder for
CreateRouteRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateRouteRequest that have equal attribute values. |
String |
getDomain()
The domain of the route
|
String |
getHost()
The host name of the route
|
String |
getPath()
The path of the route
|
Integer |
getPort()
The port of the route
|
Boolean |
getRandomPort()
Generate a random port
|
String |
getSpace()
The space to create the route in
|
int |
hashCode()
Computes a hash code from attributes:
domain, host, path, port, randomPort, space. |
String |
toString()
Prints the immutable value
CreateRouteRequest with attribute values. |
public String getDomain()
public String getHost()
public String getPath()
public Integer getPort()
public Boolean getRandomPort()
public String getSpace()
public boolean equals(Object another)
CreateRouteRequest that have equal attribute values.public int hashCode()
domain, host, path, port, randomPort, space.public String toString()
CreateRouteRequest with attribute values.public static CreateRouteRequest.Builder builder()
CreateRouteRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.