@Generated(value="org.immutables.processor.ProxyProcessor") public final class InsertRouteDestinationsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InsertRouteDestinationsRequest.Builder
Builds instances of type
InsertRouteDestinationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static InsertRouteDestinationsRequest.Builder |
builder()
Creates a builder for
InsertRouteDestinationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
InsertRouteDestinationsRequest that have equal attribute values. |
List<Destination> |
getDestinations()
The destinations to add to the route
|
String |
getRouteId()
The route id
|
int |
hashCode()
Computes a hash code from attributes:
destinations, routeId. |
String |
toString()
Prints the immutable value
InsertRouteDestinationsRequest with attribute values. |
public List<Destination> getDestinations()
public String getRouteId()
public boolean equals(Object another)
InsertRouteDestinationsRequest that have equal attribute values.public int hashCode()
destinations, routeId.public String toString()
InsertRouteDestinationsRequest with attribute values.public static InsertRouteDestinationsRequest.Builder builder()
InsertRouteDestinationsRequest.
InsertRouteDestinationsRequest.builder()
.destination|addAllDestinations(Destination) // destinations elements
.routeId(String) // required routeId
.build();
Copyright © 2020. All rights reserved.