@Generated(value={"Immutables.generator","_UpdateQuotaRequest"}) 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 |
getInstanceMemoryLimit()
The instance memory limit
|
Integer |
getMemoryLimit()
The memory limit
|
String |
getName()
The name
|
String |
getNewName()
The new name
|
Integer |
getTotalRoutes()
The total routes
|
Integer |
getTotalServices()
The total services
|
int |
hashCode()
Computes a hash code from attributes:
allowPaidServicePlans, instanceMemoryLimit, memoryLimit, name, newName, totalRoutes, totalServices. |
String |
toString()
Prints the immutable value
UpdateQuotaRequest with attribute values. |
public Boolean getAllowPaidServicePlans()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public String getNewName()
public Integer getTotalRoutes()
public Integer getTotalServices()
public boolean equals(Object another)
UpdateQuotaRequest that have equal attribute values.public int hashCode()
allowPaidServicePlans, instanceMemoryLimit, memoryLimit, name, newName, totalRoutes, totalServices.public String toString()
UpdateQuotaRequest with attribute values.public static UpdateQuotaRequest.Builder builder()
UpdateQuotaRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.