@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListRouteDestinationsResponse extends RouteDestinations
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouteDestinationsResponse.Builder
Builds instances of type
ListRouteDestinationsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListRouteDestinationsResponse.Builder |
builder()
Creates a builder for
ListRouteDestinationsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRouteDestinationsResponse that have equal attribute values. |
List<Destination> |
getDestinations()
The destinations
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
int |
hashCode()
Computes a hash code from attributes:
links, destinations. |
String |
toString()
Prints the immutable value
ListRouteDestinationsResponse with attribute values. |
public Map<String,Link> getLinks()
getLinks in class RouteDestinationspublic List<Destination> getDestinations()
public boolean equals(Object another)
ListRouteDestinationsResponse that have equal attribute values.public int hashCode()
links, destinations.public String toString()
ListRouteDestinationsResponse with attribute values.public static ListRouteDestinationsResponse.Builder builder()
ListRouteDestinationsResponse.
ListRouteDestinationsResponse.builder()
.link|putAllLinks(String => org.cloudfoundry.client.v3.Link) // links mappings
.destination|addAllDestinations(Destination) // destinations elements
.build();
Copyright © 2020. All rights reserved.