@Generated(value="org.immutables.processor.ProxyProcessor") public final class SpaceEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceEntity.Builder
Builds instances of type
SpaceEntity. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceEntity.Builder |
builder()
Creates a builder for
SpaceEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceEntity that have equal attribute values. |
Boolean |
getAllowSsh()
Allow SSH
|
String |
getApplicationEventsUrl()
The application events url
|
String |
getApplicationsUrl()
The applications url
|
String |
getAuditorsUrl()
The auditors url
|
String |
getDevelopersUrl()
The developers url
|
String |
getDomainsUrl()
The domains url
|
String |
getEventsUrl()
The events url
|
String |
getIsolationSegmentId()
The isolation segment id
|
String |
getIsolationSegmentUrl()
The isolation segment url
|
String |
getManagersUrl()
The managers url
|
String |
getName()
The name
|
String |
getOrganizationId()
The organization id
|
String |
getOrganizationUrl()
The organization url
|
String |
getRoutesUrl()
The routes url
|
String |
getSecurityGroupsUrl()
The security groups url
|
String |
getServiceInstancesUrl()
The service instances url
|
String |
getSpaceQuotaDefinitionId()
The space quota definition id
|
String |
getSpaceQuotaDefinitionUrl()
The space quota definition url
|
String |
getStagingSecurityGroupsUrl()
The space quota definition url
|
int |
hashCode()
Computes a hash code from attributes:
allowSsh, applicationEventsUrl, applicationsUrl, auditorsUrl, developersUrl, domainsUrl, eventsUrl, isolationSegmentId, isolationSegmentUrl, managersUrl, name, organizationId, organizationUrl, routesUrl, securityGroupsUrl, serviceInstancesUrl, spaceQuotaDefinitionId, spaceQuotaDefinitionUrl, stagingSecurityGroupsUrl. |
String |
toString()
Prints the immutable value
SpaceEntity with attribute values. |
public Boolean getAllowSsh()
public String getApplicationEventsUrl()
public String getApplicationsUrl()
public String getAuditorsUrl()
public String getDevelopersUrl()
public String getDomainsUrl()
public String getEventsUrl()
public String getIsolationSegmentId()
public String getIsolationSegmentUrl()
public String getManagersUrl()
public String getName()
public String getOrganizationId()
public String getOrganizationUrl()
public String getRoutesUrl()
public String getSecurityGroupsUrl()
public String getServiceInstancesUrl()
public String getSpaceQuotaDefinitionId()
public String getSpaceQuotaDefinitionUrl()
public String getStagingSecurityGroupsUrl()
public boolean equals(Object another)
SpaceEntity that have equal attribute values.public int hashCode()
allowSsh, applicationEventsUrl, applicationsUrl, auditorsUrl, developersUrl, domainsUrl, eventsUrl, isolationSegmentId, isolationSegmentUrl, managersUrl, name, organizationId, organizationUrl, routesUrl, securityGroupsUrl, serviceInstancesUrl, spaceQuotaDefinitionId, spaceQuotaDefinitionUrl, stagingSecurityGroupsUrl.public String toString()
SpaceEntity with attribute values.public static SpaceEntity.Builder builder()
SpaceEntity.
SpaceEntity.builder()
.allowSsh(Boolean | null) // nullable allowSsh
.applicationEventsUrl(String | null) // nullable applicationEventsUrl
.applicationsUrl(String | null) // nullable applicationsUrl
.auditorsUrl(String | null) // nullable auditorsUrl
.developersUrl(String | null) // nullable developersUrl
.domainsUrl(String | null) // nullable domainsUrl
.eventsUrl(String | null) // nullable eventsUrl
.isolationSegmentId(String | null) // nullable isolationSegmentId
.isolationSegmentUrl(String | null) // nullable isolationSegmentUrl
.managersUrl(String | null) // nullable managersUrl
.name(String | null) // nullable name
.organizationId(String | null) // nullable organizationId
.organizationUrl(String | null) // nullable organizationUrl
.routesUrl(String | null) // nullable routesUrl
.securityGroupsUrl(String | null) // nullable securityGroupsUrl
.serviceInstancesUrl(String | null) // nullable serviceInstancesUrl
.spaceQuotaDefinitionId(String | null) // nullable spaceQuotaDefinitionId
.spaceQuotaDefinitionUrl(String | null) // nullable spaceQuotaDefinitionUrl
.stagingSecurityGroupsUrl(String | null) // nullable stagingSecurityGroupsUrl
.build();
Copyright © 2020. All rights reserved.