@Generated(value="org.immutables.processor.ProxyProcessor") 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 |
getHost()
The host
|
Metadata |
getMetadata()
The metadata
|
String |
getPath()
The path
|
Integer |
getPort()
The port
|
RouteRelationships |
getRelationships()
The relationships
|
int |
hashCode()
Computes a hash code from attributes:
host, metadata, path, port, relationships. |
String |
toString()
Prints the immutable value
CreateRouteRequest with attribute values. |
public String getHost()
public Metadata getMetadata()
public String getPath()
public Integer getPort()
public RouteRelationships getRelationships()
public boolean equals(Object another)
CreateRouteRequest that have equal attribute values.public int hashCode()
host, metadata, path, port, relationships.public String toString()
CreateRouteRequest with attribute values.public static CreateRouteRequest.Builder builder()
CreateRouteRequest.
CreateRouteRequest.builder()
.host(String | null) // nullable host
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.path(String | null) // nullable path
.port(Integer | null) // nullable port
.relationships(org.cloudfoundry.client.v3.routes.RouteRelationships) // required relationships
.build();
Copyright © 2020. All rights reserved.