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