@Generated(value={"Immutables.generator","_ListServiceInstanceRoutesRequest"}) public final class ListServiceInstanceRoutesRequest extends PaginatedRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListServiceInstanceRoutesRequest.Builder
Builds instances of type
ListServiceInstanceRoutesRequest . |
Modifier and Type | Method and Description |
---|---|
static ListServiceInstanceRoutesRequest.Builder |
builder()
Creates a builder for
ListServiceInstanceRoutesRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceInstanceRoutesRequest that have equal attribute values. |
List<String> |
getDomainId()
The domain id
|
List<String> |
getHost()
The host
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
List<String> |
getPath()
The path
|
List<String> |
getPort()
The port
|
Integer |
getResultsPerPage()
The results per page
|
String |
getServiceInstanceId()
The service instance id
|
int |
hashCode()
Computes a hash code from attributes:
domainId , host , organizationId , path , port , serviceInstanceId , orderDirection , page , resultsPerPage . |
String |
toString()
Prints the immutable value
ListServiceInstanceRoutesRequest with attribute values. |
public String getServiceInstanceId()
public OrderDirection getOrderDirection()
getOrderDirection
in class PaginatedRequest
public Integer getPage()
getPage
in class PaginatedRequest
public Integer getResultsPerPage()
getResultsPerPage
in class PaginatedRequest
public boolean equals(Object another)
ListServiceInstanceRoutesRequest
that have equal attribute values.public int hashCode()
domainId
, host
, organizationId
, path
, port
, serviceInstanceId
, orderDirection
, page
, resultsPerPage
.public String toString()
ListServiceInstanceRoutesRequest
with attribute values.public static ListServiceInstanceRoutesRequest.Builder builder()
ListServiceInstanceRoutesRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.