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