@Generated(value="org.immutables.processor.ProxyProcessor") public final class Route extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Route.Builder
Builds instances of type
Route. |
| Modifier and Type | Method and Description |
|---|---|
static Route.Builder |
builder()
Creates a builder for
Route. |
boolean |
equals(Object another)
This instance is equal to all instances of
Route that have equal attribute values. |
ManifestV3RouteProtocol |
getProtocol()
The protocol
|
String |
getRoute()
The route
|
int |
hashCode()
Computes a hash code from attributes:
protocol, route. |
String |
toString()
Prints the immutable value
Route with attribute values. |
public ManifestV3RouteProtocol getProtocol()
public String getRoute()
public boolean equals(Object another)
Route that have equal attribute values.public int hashCode()
protocol, route.public String toString()
Route with attribute values.public static Route.Builder builder()
Route.
Route.builder()
.protocol(org.cloudfoundry.operations.applications.ManifestV3RouteProtocol | null) // nullable protocol
.route(String) // required route
.build();
Copyright © 2024. All rights reserved.