@Generated(value="org.immutables.processor.ProxyProcessor") public final class OrganizationQuotaDefinitionEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationQuotaDefinitionEntity.Builder
Builds instances of type
OrganizationQuotaDefinitionEntity. |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationQuotaDefinitionEntity.Builder |
builder()
Creates a builder for
OrganizationQuotaDefinitionEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
OrganizationQuotaDefinitionEntity that have equal attribute values. |
Integer |
getApplicationInstanceLimit()
The application instance limit
|
Integer |
getApplicationTaskLimit()
The application task limit
|
Integer |
getInstanceMemoryLimit()
The instance memory limit
|
Integer |
getMemoryLimit()
The memory limit
|
String |
getName()
The name
|
Boolean |
getNonBasicServicesAllowed()
The non basic services allowed
|
Integer |
getTotalPrivateDomains()
The total private domains
|
Integer |
getTotalReservedRoutePorts()
The total reserved route ports
|
Integer |
getTotalRoutes()
The total routes
|
Integer |
getTotalServiceKeys()
The total service keys
|
Integer |
getTotalServices()
The total services
|
Boolean |
getTrialDatabaseAllowed()
Deprecated.
|
int |
hashCode()
Computes a hash code from attributes:
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, totalPrivateDomains, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices, trialDatabaseAllowed. |
String |
toString()
Prints the immutable value
OrganizationQuotaDefinitionEntity with attribute values. |
public Integer getApplicationInstanceLimit()
public Integer getApplicationTaskLimit()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public Boolean getNonBasicServicesAllowed()
public Integer getTotalPrivateDomains()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServiceKeys()
public Integer getTotalServices()
@Deprecated public Boolean getTrialDatabaseAllowed()
public boolean equals(Object another)
OrganizationQuotaDefinitionEntity that have equal attribute values.public int hashCode()
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, totalPrivateDomains, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices, trialDatabaseAllowed.public String toString()
OrganizationQuotaDefinitionEntity with attribute values.public static OrganizationQuotaDefinitionEntity.Builder builder()
OrganizationQuotaDefinitionEntity.
OrganizationQuotaDefinitionEntity.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
.totalPrivateDomains(Integer | null) // nullable totalPrivateDomains
.totalReservedRoutePorts(Integer | null) // nullable totalReservedRoutePorts
.totalRoutes(Integer | null) // nullable totalRoutes
.totalServiceKeys(Integer | null) // nullable totalServiceKeys
.totalServices(Integer | null) // nullable totalServices
.trialDatabaseAllowed(Boolean | null) // nullable trialDatabaseAllowed
.build();
Copyright © 2020. All rights reserved.