@Generated(value="org.immutables.processor.ProxyProcessor") public final class OrganizationEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationEntity.Builder
Builds instances of type
OrganizationEntity. |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationEntity.Builder |
builder()
Creates a builder for
OrganizationEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
OrganizationEntity that have equal attribute values. |
String |
getApplicationEventsUrl()
The application events url
|
String |
getAuditorsUrl()
The auditors url
|
Boolean |
getBillingEnabled()
Billing enabled
|
String |
getBillingManagersUrl()
The billing managers url
|
String |
getDefaultIsolationSegmentId()
The default isolation segment id
|
String |
getDomainsUrl()
The domains url
|
String |
getIsolationSegmentUrl()
The isolation segment url
|
String |
getManagersUrl()
The managers url
|
String |
getName()
The name
|
String |
getPrivateDomainsUrl()
The private domains url
|
String |
getQuotaDefinitionId()
The quota definition id
|
String |
getQuotaDefinitionUrl()
The quota definition url
|
String |
getSpaceQuotaDefinitionsUrl()
The space quota definition url
|
String |
getSpacesUrl()
The spaces url
|
String |
getStatus()
The status
|
String |
getUsersUrl()
The users url
|
int |
hashCode()
Computes a hash code from attributes:
applicationEventsUrl, auditorsUrl, billingEnabled, billingManagersUrl, defaultIsolationSegmentId, domainsUrl, isolationSegmentUrl, managersUrl, name, privateDomainsUrl, quotaDefinitionId, quotaDefinitionUrl, spaceQuotaDefinitionsUrl, spacesUrl, status, usersUrl. |
String |
toString()
Prints the immutable value
OrganizationEntity with attribute values. |
public String getApplicationEventsUrl()
public String getAuditorsUrl()
public Boolean getBillingEnabled()
public String getBillingManagersUrl()
public String getDefaultIsolationSegmentId()
public String getDomainsUrl()
public String getIsolationSegmentUrl()
public String getManagersUrl()
public String getName()
public String getPrivateDomainsUrl()
public String getQuotaDefinitionId()
public String getQuotaDefinitionUrl()
public String getSpaceQuotaDefinitionsUrl()
public String getSpacesUrl()
public String getStatus()
public String getUsersUrl()
public boolean equals(Object another)
OrganizationEntity that have equal attribute values.public int hashCode()
applicationEventsUrl, auditorsUrl, billingEnabled, billingManagersUrl, defaultIsolationSegmentId, domainsUrl, isolationSegmentUrl, managersUrl, name, privateDomainsUrl, quotaDefinitionId, quotaDefinitionUrl, spaceQuotaDefinitionsUrl, spacesUrl, status, usersUrl.public String toString()
OrganizationEntity with attribute values.public static OrganizationEntity.Builder builder()
OrganizationEntity.
OrganizationEntity.builder()
.applicationEventsUrl(String | null) // nullable applicationEventsUrl
.auditorsUrl(String | null) // nullable auditorsUrl
.billingEnabled(Boolean | null) // nullable billingEnabled
.billingManagersUrl(String | null) // nullable billingManagersUrl
.defaultIsolationSegmentId(String | null) // nullable defaultIsolationSegmentId
.domainsUrl(String | null) // nullable domainsUrl
.isolationSegmentUrl(String | null) // nullable isolationSegmentUrl
.managersUrl(String | null) // nullable managersUrl
.name(String | null) // nullable name
.privateDomainsUrl(String | null) // nullable privateDomainsUrl
.quotaDefinitionId(String | null) // nullable quotaDefinitionId
.quotaDefinitionUrl(String | null) // nullable quotaDefinitionUrl
.spaceQuotaDefinitionsUrl(String | null) // nullable spaceQuotaDefinitionsUrl
.spacesUrl(String | null) // nullable spacesUrl
.status(String | null) // nullable status
.usersUrl(String | null) // nullable usersUrl
.build();
Copyright © 2020. All rights reserved.