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