public abstract class Route extends Resource
| Constructor and Description |
|---|
Route() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Destination> |
getDestinations()
The destinations
|
abstract String |
getHost()
The host
|
abstract Metadata |
getMetadata()
The metadata
|
abstract RouteOptions |
getOptions()
The route options
|
abstract String |
getPath()
The path
|
abstract Integer |
getPort()
The port
|
abstract Protocol |
getProtocol()
The protocol
|
abstract RouteRelationships |
getRelationships()
The relationships
|
abstract String |
getUrl()
The url
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract List<Destination> getDestinations()
public abstract String getHost()
public abstract Metadata getMetadata()
public abstract String getPath()
public abstract Integer getPort()
public abstract Protocol getProtocol()
public abstract RouteRelationships getRelationships()
public abstract String getUrl()
public abstract RouteOptions getOptions()
Copyright © 2026. All rights reserved.