@Generated(value={"Immutables.generator","_OrganizationQuota"}) 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. |
String |
getId()
The id
|
Integer |
getInstanceMemoryLimit()
The instance memory limit
|
String |
getName()
The name
|
String |
getOrganizationId()
The organization id
|
Boolean |
getPaidServicePlans()
Whether paid service plans are allowed
|
Integer |
getTotalMemoryLimit()
The total memory limit
|
Integer |
getTotalRoutes()
The total number of routes
|
Integer |
getTotalServiceInstances()
The total number of service instances
|
int |
hashCode()
Computes a hash code from attributes:
id, instanceMemoryLimit, name, organizationId, paidServicePlans, totalMemoryLimit, totalRoutes, totalServiceInstances. |
String |
toString()
Prints the immutable value
OrganizationQuota with attribute values. |
public String getId()
public Integer getInstanceMemoryLimit()
public String getName()
public String getOrganizationId()
public Boolean getPaidServicePlans()
public Integer getTotalMemoryLimit()
public Integer getTotalRoutes()
public Integer getTotalServiceInstances()
public boolean equals(Object another)
OrganizationQuota that have equal attribute values.public int hashCode()
id, instanceMemoryLimit, name, organizationId, paidServicePlans, totalMemoryLimit, totalRoutes, totalServiceInstances.public String toString()
OrganizationQuota with attribute values.public static OrganizationQuota.Builder builder()
OrganizationQuota.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.