@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 |
getDomainId()
The domain id
|
Boolean |
getGeneratePort()
The generate port
|
String |
getHost()
The host
|
String |
getPath()
The path
|
Integer |
getPort()
The port
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
domainId , generatePort , host , path , port , spaceId . |
String |
toString()
Prints the immutable value
CreateRouteRequest with attribute values. |
public String getDomainId()
public Boolean getGeneratePort()
public String getHost()
public String getPath()
public Integer getPort()
public String getSpaceId()
public boolean equals(Object another)
CreateRouteRequest
that have equal attribute values.public int hashCode()
domainId
, generatePort
, host
, path
, port
, spaceId
.public String toString()
CreateRouteRequest
with attribute values.public static CreateRouteRequest.Builder builder()
CreateRouteRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.