@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. |
Duration |
getCompletionTimeout()
How long to wait for deletion
|
String |
getDomain()
The domain of the route
|
String |
getHost()
The host of the route
|
String |
getPath()
The path of the route.
|
Integer |
getPort()
The port of the route
|
int |
hashCode()
Computes a hash code from attributes:
completionTimeout, domain, host, path, port. |
String |
toString()
Prints the immutable value
DeleteRouteRequest with attribute values. |
public Duration getCompletionTimeout()
public String getDomain()
public String getHost()
public String getPath()
Note: the path is specified without a leading "/"
public Integer getPort()
public boolean equals(Object another)
DeleteRouteRequest that have equal attribute values.public int hashCode()
completionTimeout, domain, host, path, port.public String toString()
DeleteRouteRequest with attribute values.public static DeleteRouteRequest.Builder builder()
DeleteRouteRequest.
DeleteRouteRequest.builder()
.completionTimeout(java.time.Duration) // optional completionTimeout
.domain(String) // required domain
.host(String | null) // nullable host
.path(String | null) // nullable path
.port(Integer | null) // nullable port
.build();
Copyright © 2021. All rights reserved.