@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListRunningSecurityGroupsRequest extends AbstractListSecurityGroupRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRunningSecurityGroupsRequest.Builder
Builds instances of type
ListRunningSecurityGroupsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListRunningSecurityGroupsRequest.Builder |
builder()
Creates a builder for
ListRunningSecurityGroupsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRunningSecurityGroupsRequest 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
ListRunningSecurityGroupsRequest 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)
ListRunningSecurityGroupsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, spaceId, securityGroupIds, names.public String toString()
ListRunningSecurityGroupsRequest with attribute values.public static ListRunningSecurityGroupsRequest.Builder builder()
ListRunningSecurityGroupsRequest.
ListRunningSecurityGroupsRequest.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.