@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateOrganizationQuotaResponse extends OrganizationQuota
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateOrganizationQuotaResponse.Builder
Builds instances of type
CreateOrganizationQuotaResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateOrganizationQuotaResponse.Builder |
builder()
Creates a builder for
CreateOrganizationQuotaResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateOrganizationQuotaResponse 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
CreateOrganizationQuotaResponse 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)
CreateOrganizationQuotaResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, apps, services, routes, domains, relationships.public String toString()
CreateOrganizationQuotaResponse with attribute values.public static CreateOrganizationQuotaResponse.Builder builder()
CreateOrganizationQuotaResponse.
CreateOrganizationQuotaResponse.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.