@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetOrganizationQuotaResponse extends OrganizationQuota
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOrganizationQuotaResponse.Builder
Builds instances of type
GetOrganizationQuotaResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetOrganizationQuotaResponse.Builder |
builder()
Creates a builder for
GetOrganizationQuotaResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetOrganizationQuotaResponse that have equal attribute values. |
Apps |
getApps()
Quotas that affect applications and application sub-resources
|
String |
getCreatedAt()
When the resource was created
|
Domains |
getDomains()
Quotas that affect domains
|
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
|
OrganizationQuotaRelationships |
getRelationships()
A relationship to the organizations where the quota is applied
|
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, domains, relationships. |
String |
toString()
Prints the immutable value
GetOrganizationQuotaResponse 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 Domains getDomains()
public OrganizationQuotaRelationships getRelationships()
public boolean equals(Object another)
GetOrganizationQuotaResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, apps, services, routes, domains, relationships.public String toString()
GetOrganizationQuotaResponse with attribute values.public static GetOrganizationQuotaResponse.Builder builder()
GetOrganizationQuotaResponse.
GetOrganizationQuotaResponse.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
.domains(org.cloudfoundry.client.v3.quotas.organizations.Domains | null) // nullable domains
.relationships(org.cloudfoundry.client.v3.quotas.organizations.OrganizationQuotaRelationships | null) // nullable relationships
.build();
Copyright © 2026. All rights reserved.