public final class DeleteRouteRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteRouteRequest.DeleteRouteRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRouteRequest.DeleteRouteRequestBuilder |
builder() |
boolean |
equals(Object o) |
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 DeleteRouteRequest.DeleteRouteRequestBuilder builder()
@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.