@Generated(value={"Immutables.generator","_CreateRouteRequest"}) public final class CreateRouteRequest extends Object
_CreateRouteRequest
.
Use the builder to create immutable instances:
CreateRouteRequest.builder()
.
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
|
String |
getSpace()
The space to create the route in
|
int |
hashCode()
Computes a hash code from attributes:
domain , host , path , space . |
String |
toString()
Prints the immutable value
CreateRouteRequest with attribute values. |
public String getDomain()
public String getHost()
public String getPath()
public String getSpace()
public boolean equals(Object another)
CreateRouteRequest
that have equal attribute values.public int hashCode()
domain
, host
, path
, space
.public String toString()
CreateRouteRequest
with attribute values.public static CreateRouteRequest.Builder builder()
CreateRouteRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.