@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSecurityGroupRunningDefaultsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSecurityGroupRunningDefaultsRequest.Builder
Builds instances of type
ListSecurityGroupRunningDefaultsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSecurityGroupRunningDefaultsRequest.Builder |
builder()
Creates a builder for
ListSecurityGroupRunningDefaultsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSecurityGroupRunningDefaultsRequest that have equal attribute values. |
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListSecurityGroupRunningDefaultsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListSecurityGroupRunningDefaultsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage.public String toString()
ListSecurityGroupRunningDefaultsRequest with attribute values.public static ListSecurityGroupRunningDefaultsRequest.Builder builder()
ListSecurityGroupRunningDefaultsRequest.
ListSecurityGroupRunningDefaultsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.build();
Copyright © 2020. All rights reserved.