@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListRouteDestinationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouteDestinationsRequest.Builder
Builds instances of type
ListRouteDestinationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListRouteDestinationsRequest.Builder |
builder()
Creates a builder for
ListRouteDestinationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRouteDestinationsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids filter
|
List<String> |
getDestinationIds()
The destination ids filter
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
String |
getRouteId()
The route id
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, destinationIds, routeId. |
String |
toString()
Prints the immutable value
ListRouteDestinationsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getRouteId()
public boolean equals(Object another)
ListRouteDestinationsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, destinationIds, routeId.public String toString()
ListRouteDestinationsRequest with attribute values.public static ListRouteDestinationsRequest.Builder builder()
ListRouteDestinationsRequest.
ListRouteDestinationsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.destinationId|addAllDestinationIds(String) // destinationIds elements
.routeId(String) // required routeId
.build();
Copyright © 2020. All rights reserved.