@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateQuotaRequest.Builder
Builds instances of type
UpdateQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateQuotaRequest.Builder |
builder()
Creates a builder for
UpdateQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateQuotaRequest that have equal attribute values. |
Boolean |
getAllowPaidServicePlans()
The allow paid service plans flag
|
Integer |
getApplicationInstanceLimit()
Total number of application instances
|
Integer |
getInstanceMemoryLimit()
The instance memory limit
|
Integer |
getMemoryLimit()
The memory limit
|
String |
getName()
The name
|
String |
getNewName()
The new 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, instanceMemoryLimit, memoryLimit, name, newName, totalReservedRoutePorts, totalRoutes, totalServices. |
String |
toString()
Prints the immutable value
UpdateQuotaRequest with attribute values. |
public Boolean getAllowPaidServicePlans()
public Integer getApplicationInstanceLimit()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public String getNewName()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServices()
public boolean equals(Object another)
UpdateQuotaRequest that have equal attribute values.public int hashCode()
allowPaidServicePlans, applicationInstanceLimit, instanceMemoryLimit, memoryLimit, name, newName, totalReservedRoutePorts, totalRoutes, totalServices.public String toString()
UpdateQuotaRequest with attribute values.public static UpdateQuotaRequest.Builder builder()
UpdateQuotaRequest.Copyright © 2018. All rights reserved.