@Generated(value={"Immutables.generator","_SpaceQuota"}) public final class SpaceQuota extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceQuota.Builder
Builds instances of type
SpaceQuota. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceQuota.Builder |
builder()
Creates a builder for
SpaceQuota. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceQuota 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
SpaceQuota 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)
SpaceQuota that have equal attribute values.public int hashCode()
id, instanceMemoryLimit, name, organizationId, paidServicePlans, totalMemoryLimit, totalRoutes, totalServiceInstances.public String toString()
SpaceQuota with attribute values.public static SpaceQuota.Builder builder()
SpaceQuota.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.