@Generated(value="org.immutables.processor.ProxyProcessor") public final class SpaceQuotaDefinitionEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceQuotaDefinitionEntity.Builder
Builds instances of type
SpaceQuotaDefinitionEntity. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceQuotaDefinitionEntity.Builder |
builder()
Creates a builder for
SpaceQuotaDefinitionEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceQuotaDefinitionEntity that have equal attribute values. |
Integer |
getApplicationInstanceLimit()
The application instance limit
|
Integer |
getApplicationTaskLimit()
The number of tasks that can be run per app.
|
Integer |
getInstanceMemoryLimit()
The instance memory limit
|
Integer |
getMemoryLimit()
The memory limit
|
String |
getName()
The name
|
Boolean |
getNonBasicServicesAllowed()
The non basic services allowed
|
String |
getOrganizationId()
The organization id
|
String |
getOrganizationUrl()
The organization url
|
String |
getSpacesUrl()
The spaces url
|
Integer |
getTotalReservedRoutePorts()
How many routes a space can have that use a reserved port.
|
Integer |
getTotalRoutes()
The total routes
|
Integer |
getTotalServiceKeys()
How many service keys an organization can have.
|
Integer |
getTotalServices()
The total services
|
int |
hashCode()
Computes a hash code from attributes:
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, organizationId, organizationUrl, spacesUrl, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices. |
String |
toString()
Prints the immutable value
SpaceQuotaDefinitionEntity with attribute values. |
public Integer getApplicationInstanceLimit()
public Integer getApplicationTaskLimit()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public Boolean getNonBasicServicesAllowed()
public String getOrganizationId()
public String getOrganizationUrl()
public String getSpacesUrl()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServiceKeys()
public Integer getTotalServices()
public boolean equals(Object another)
SpaceQuotaDefinitionEntity that have equal attribute values.public int hashCode()
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, organizationId, organizationUrl, spacesUrl, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices.public String toString()
SpaceQuotaDefinitionEntity with attribute values.public static SpaceQuotaDefinitionEntity.Builder builder()
SpaceQuotaDefinitionEntity.
SpaceQuotaDefinitionEntity.builder()
.applicationInstanceLimit(Integer | null) // nullable applicationInstanceLimit
.applicationTaskLimit(Integer | null) // nullable applicationTaskLimit
.instanceMemoryLimit(Integer | null) // nullable instanceMemoryLimit
.memoryLimit(Integer | null) // nullable memoryLimit
.name(String | null) // nullable name
.nonBasicServicesAllowed(Boolean | null) // nullable nonBasicServicesAllowed
.organizationId(String | null) // nullable organizationId
.organizationUrl(String | null) // nullable organizationUrl
.spacesUrl(String | null) // nullable spacesUrl
.totalReservedRoutePorts(Integer | null) // nullable totalReservedRoutePorts
.totalRoutes(Integer | null) // nullable totalRoutes
.totalServiceKeys(Integer | null) // nullable totalServiceKeys
.totalServices(Integer | null) // nullable totalServices
.build();
Copyright © 2020. All rights reserved.