@Generated(value={"Immutables.generator","_UpdateRouteRequest"}) 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
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.