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