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