@Generated(value={"Immutables.generator","_UnmapRouteRequest"}) public final class UnmapRouteRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UnmapRouteRequest.Builder
Builds instances of type
UnmapRouteRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UnmapRouteRequest.Builder |
builder()
Creates a builder for
UnmapRouteRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UnmapRouteRequest that have equal attribute values. |
String |
getApplicationName()
The name of the application to remove a route from
|
String |
getDomain()
The domain of the route
|
String |
getHost()
The host of the route
|
String |
getPath()
The path of the route
|
Integer |
getPort()
The port of the route
|
int |
hashCode()
Computes a hash code from attributes:
applicationName, domain, host, path, port. |
String |
toString()
Prints the immutable value
UnmapRouteRequest with attribute values. |
public String getApplicationName()
public String getDomain()
public String getHost()
public String getPath()
public Integer getPort()
public boolean equals(Object another)
UnmapRouteRequest that have equal attribute values.public int hashCode()
applicationName, domain, host, path, port.public String toString()
UnmapRouteRequest with attribute values.public static UnmapRouteRequest.Builder builder()
UnmapRouteRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.