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