@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSecurityGroupsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSecurityGroupsRequest.Builder
Builds instances of type
ListSecurityGroupsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSecurityGroupsRequest.Builder |
builder()
Creates a builder for
ListSecurityGroupsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSecurityGroupsRequest that have equal attribute values. |
Boolean |
getGloballyEnabledRunning()
the security group globally enabled running filter
|
Boolean |
getGloballyEnabledStagingBoolean()
the security group globally enabled staging filter
|
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> |
getRunningSpaceIds()
the security group running_space_guids filter
|
List<String> |
getSecurityGroupIds()
The security group ids filter
|
List<String> |
getStagingSpaceIds()
the security group staging_space_guids filter
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, securityGroupIds, names, globallyEnabledRunning, globallyEnabledStagingBoolean, runningSpaceIds, stagingSpaceIds. |
String |
toString()
Prints the immutable value
ListSecurityGroupsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic Boolean getGloballyEnabledRunning()
public Boolean getGloballyEnabledStagingBoolean()
public List<String> getRunningSpaceIds()
public List<String> getStagingSpaceIds()
public boolean equals(Object another)
ListSecurityGroupsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, securityGroupIds, names, globallyEnabledRunning, globallyEnabledStagingBoolean, runningSpaceIds, stagingSpaceIds.public String toString()
ListSecurityGroupsRequest with attribute values.public static ListSecurityGroupsRequest.Builder builder()
ListSecurityGroupsRequest.
ListSecurityGroupsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.securityGroupId|addAllSecurityGroupIds(String) // securityGroupIds elements
.name|addAllNames(String) // names elements
.globallyEnabledRunning(Boolean | null) // nullable globallyEnabledRunning
.globallyEnabledStagingBoolean(Boolean | null) // nullable globallyEnabledStagingBoolean
.runningSpaceIds(List<String> | null) // nullable runningSpaceIds
.stagingSpaceIds(List<String> | null) // nullable stagingSpaceIds
.build();
Copyright © 2024. All rights reserved.