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