@Generated(value="org.immutables.processor.ProxyProcessor") public final class UserOrganizationEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserOrganizationEntity.Builder
Builds instances of type
UserOrganizationEntity. |
| Modifier and Type | Method and Description |
|---|---|
static UserOrganizationEntity.Builder |
builder()
Creates a builder for
UserOrganizationEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
UserOrganizationEntity that have equal attribute values. |
Boolean |
getBillingEnabled()
Billing enabled
|
List<UserResource> |
getManagers()
The spaces
|
String |
getName()
The name
|
OrganizationQuotaDefinitionResource |
getQuotaDefinition()
The spaces
|
List<UserSpaceResource> |
getSpaces()
The spaces
|
String |
getStatus()
The status
|
int |
hashCode()
Computes a hash code from attributes:
billingEnabled, managers, name, quotaDefinition, spaces, status. |
String |
toString()
Prints the immutable value
UserOrganizationEntity with attribute values. |
public Boolean getBillingEnabled()
public List<UserResource> getManagers()
public String getName()
public OrganizationQuotaDefinitionResource getQuotaDefinition()
public List<UserSpaceResource> getSpaces()
public String getStatus()
public boolean equals(Object another)
UserOrganizationEntity that have equal attribute values.public int hashCode()
billingEnabled, managers, name, quotaDefinition, spaces, status.public String toString()
UserOrganizationEntity with attribute values.public static UserOrganizationEntity.Builder builder()
UserOrganizationEntity.
UserOrganizationEntity.builder()
.billingEnabled(Boolean | null) // nullable billingEnabled
.managers(List<UserResource> | null) // nullable managers
.name(String | null) // nullable name
.quotaDefinition(org.cloudfoundry.client.v2.organizationquotadefinitions.OrganizationQuotaDefinitionResource | null) // nullable quotaDefinition
.spaces(List<UserSpaceResource> | null) // nullable spaces
.status(String | null) // nullable status
.build();
Copyright © 2020. All rights reserved.