@Generated(value="org.immutables.processor.ProxyProcessor") public final class RouteEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteEntity.Builder
Builds instances of type
RouteEntity. |
| Modifier and Type | Method and Description |
|---|---|
static RouteEntity.Builder |
builder()
Creates a builder for
RouteEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
RouteEntity that have equal attribute values. |
String |
getApplicationsUrl()
The applications url
|
String |
getDomainId()
The domain id
|
String |
getDomainUrl()
The domain url
|
String |
getHost()
The host
|
String |
getPath()
The path
|
Integer |
getPort()
The port
|
String |
getRouteMappingsUrl()
The route mappings url
|
String |
getServiceInstanceId()
The service instance id
|
String |
getServiceInstanceUrl()
The service instance url
|
String |
getSpaceId()
The space id
|
String |
getSpaceUrl()
The space url
|
int |
hashCode()
Computes a hash code from attributes:
applicationsUrl, domainId, domainUrl, host, path, port, routeMappingsUrl, serviceInstanceId, serviceInstanceUrl, spaceId, spaceUrl. |
String |
toString()
Prints the immutable value
RouteEntity with attribute values. |
public String getApplicationsUrl()
public String getDomainId()
public String getDomainUrl()
public String getHost()
public String getPath()
public Integer getPort()
public String getRouteMappingsUrl()
public String getServiceInstanceId()
public String getServiceInstanceUrl()
public String getSpaceId()
public String getSpaceUrl()
public boolean equals(Object another)
RouteEntity that have equal attribute values.public int hashCode()
applicationsUrl, domainId, domainUrl, host, path, port, routeMappingsUrl, serviceInstanceId, serviceInstanceUrl, spaceId, spaceUrl.public String toString()
RouteEntity with attribute values.public static RouteEntity.Builder builder()
RouteEntity.
RouteEntity.builder()
.applicationsUrl(String | null) // nullable applicationsUrl
.domainId(String | null) // nullable domainId
.domainUrl(String | null) // nullable domainUrl
.host(String | null) // nullable host
.path(String | null) // nullable path
.port(Integer | null) // nullable port
.routeMappingsUrl(String | null) // nullable routeMappingsUrl
.serviceInstanceId(String | null) // nullable serviceInstanceId
.serviceInstanceUrl(String | null) // nullable serviceInstanceUrl
.spaceId(String | null) // nullable spaceId
.spaceUrl(String | null) // nullable spaceUrl
.build();
Copyright © 2020. All rights reserved.