@Generated(value="org.immutables.processor.ProxyProcessor") public final class OrganizationQuota extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationQuota.Builder
Builds instances of type
OrganizationQuota. |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationQuota.Builder |
builder()
Creates a builder for
OrganizationQuota. |
boolean |
equals(Object another)
This instance is equal to all instances of
OrganizationQuota that have equal attribute values. |
Boolean |
getAllowPaidServicePlans()
The allow paid service plans flag
|
Integer |
getApplicationInstanceLimit()
The application instance limit
|
String |
getId()
The id
|
Integer |
getInstanceMemoryLimit()
The instance memory limit
|
Integer |
getMemoryLimit()
The memory limit
|
String |
getName()
The name
|
Integer |
getTotalReservedRoutePorts()
Maximum number of routes that may be created with reserved ports
|
Integer |
getTotalRoutes()
The total routes
|
Integer |
getTotalServices()
The total services
|
int |
hashCode()
Computes a hash code from attributes:
allowPaidServicePlans, applicationInstanceLimit, id, instanceMemoryLimit, memoryLimit, name, totalReservedRoutePorts, totalRoutes, totalServices. |
String |
toString()
Prints the immutable value
OrganizationQuota with attribute values. |
public Boolean getAllowPaidServicePlans()
public Integer getApplicationInstanceLimit()
public String getId()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServices()
public boolean equals(Object another)
OrganizationQuota that have equal attribute values.public int hashCode()
allowPaidServicePlans, applicationInstanceLimit, id, instanceMemoryLimit, memoryLimit, name, totalReservedRoutePorts, totalRoutes, totalServices.public String toString()
OrganizationQuota with attribute values.public static OrganizationQuota.Builder builder()
OrganizationQuota.Copyright © 2018. All rights reserved.