public final class MapRouteRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
MapRouteRequest.MapRouteRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static MapRouteRequest.MapRouteRequestBuilder |
builder() |
boolean |
equals(Object o) |
String |
getApplicationName()
The name of the application to have a route added to it
|
String |
getDomain()
The domain of the route
|
String |
getHost()
The host of the route
|
String |
getPath()
The path of the route.
|
int |
hashCode() |
ValidationResult |
isValid() |
String |
toString() |
public ValidationResult isValid()
isValid in interface Validatable@Generated(value="lombok") public static MapRouteRequest.MapRouteRequestBuilder builder()
@Generated(value="lombok") public String getApplicationName()
@Generated(value="lombok") public String getDomain()
@Generated(value="lombok") public String getHost()
@Generated(value="lombok") public String getPath()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.