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