public final class Route extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Route.RouteBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Route.RouteBuilder |
builder() |
boolean |
equals(Object o) |
List<String> |
getApplications()
The applications bound to this route.
|
String |
getDomain()
The domain of this route
|
String |
getHost()
The host of this route
|
String |
getId()
The id
|
String |
getPath()
The path of this route
|
String |
getRouteId()
The GUID of this route
|
String |
getSpace()
The name of the space of this route
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static Route.RouteBuilder builder()
@Generated(value="lombok") public List<String> getApplications()
@Generated(value="lombok") public String getDomain()
@Generated(value="lombok") public String getHost()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getPath()
@Generated(value="lombok") public String getRouteId()
@Generated(value="lombok") public String getSpace()
@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.