@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetSpaceQuotaResponse extends SpaceQuota
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSpaceQuotaResponse.Builder
Builds instances of type
GetSpaceQuotaResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetSpaceQuotaResponse.Builder |
builder()
Creates a builder for
GetSpaceQuotaResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetSpaceQuotaResponse that have equal attribute values. |
Apps |
getApps()
Quotas that affect applications and application sub-resources
|
String |
getCreatedAt()
When the resource was created
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getName()
Name of the quota
|
SpaceQuotaRelationships |
getRelationships()
A relationship to the space where the quota is applied
A space quota must have a relationship to an organization
|
Routes |
getRoutes()
Quotas that affect routes
|
Services |
getServices()
Quotas that affect services
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, name, apps, services, routes, relationships. |
String |
toString()
Prints the immutable value
GetSpaceQuotaResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getName()
public Apps getApps()
public Services getServices()
public Routes getRoutes()
public SpaceQuotaRelationships getRelationships()
public boolean equals(Object another)
GetSpaceQuotaResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, apps, services, routes, relationships.public String toString()
GetSpaceQuotaResponse with attribute values.public static GetSpaceQuotaResponse.Builder builder()
GetSpaceQuotaResponse.
GetSpaceQuotaResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.name(String) // required name
.apps(org.cloudfoundry.client.v3.quotas.Apps | null) // nullable apps
.services(org.cloudfoundry.client.v3.quotas.Services | null) // nullable services
.routes(org.cloudfoundry.client.v3.quotas.Routes | null) // nullable routes
.relationships(org.cloudfoundry.client.v3.quotas.spaces.SpaceQuotaRelationships) // required relationships
.build();
Copyright © 2026. All rights reserved.