public final class OrganizationQuota extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationQuota.OrganizationQuotaBuilder |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationQuota.OrganizationQuotaBuilder |
builder() |
boolean |
equals(Object o) |
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() |
String |
toString() |
@Generated(value="lombok") public static OrganizationQuota.OrganizationQuotaBuilder builder()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public Integer getInstanceMemoryLimit()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getOrganizationId()
@Generated(value="lombok") public Boolean getPaidServicePlans()
@Generated(value="lombok") public Integer getTotalMemoryLimit()
@Generated(value="lombok") public Integer getTotalRoutes()
@Generated(value="lombok") public Integer getTotalServiceInstances()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.