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