@Generated(value="org.immutables.processor.ProxyProcessor") public final class Route extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Route.Builder
Builds instances of type
Route. |
| Modifier and Type | Method and Description |
|---|---|
static Route.Builder |
builder()
Creates a builder for
Route. |
boolean |
equals(Object another)
This instance is equal to all instances of
Route that have equal attribute values. |
Domain |
getDomain()
The domain
|
String |
getHost()
The host
|
String |
getId()
The id
|
String |
getPath()
The path
|
Integer |
getPort()
The port
|
int |
hashCode()
Computes a hash code from attributes:
domain, host, id, path, port. |
String |
toString()
Prints the immutable value
Route with attribute values. |
public Domain getDomain()
public String getHost()
public String getId()
public String getPath()
public Integer getPort()
public boolean equals(Object another)
Route that have equal attribute values.public int hashCode()
domain, host, id, path, port.public String toString()
Route with attribute values.public static Route.Builder builder()
Route.
Route.builder()
.domain(org.cloudfoundry.client.v2.domains.Domain | null) // nullable domain
.host(String | null) // nullable host
.id(String | null) // nullable id
.path(String | null) // nullable path
.port(Integer | null) // nullable port
.build();
Copyright © 2020. All rights reserved.