@Generated(value={"Immutables.generator","_CreateQuotaRequest"}) public final class CreateQuotaRequest extends Object
_CreateQuotaRequest
.
Use the builder to create immutable instances:
CreateQuotaRequest.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
CreateQuotaRequest.Builder
Builds instances of type
CreateQuotaRequest . |
Modifier and Type | Method and Description |
---|---|
static CreateQuotaRequest.Builder |
builder()
Creates a builder for
CreateQuotaRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateQuotaRequest 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
|
Integer |
getTotalRoutes()
The total routes
|
Integer |
getTotalServices()
The total services
|
int |
hashCode()
Computes a hash code from attributes:
allowPaidServicePlans , instanceMemoryLimit , memoryLimit , name , totalRoutes , totalServices . |
String |
toString()
Prints the immutable value
CreateQuotaRequest with attribute values. |
public Boolean getAllowPaidServicePlans()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public Integer getTotalRoutes()
public Integer getTotalServices()
public boolean equals(Object another)
CreateQuotaRequest
that have equal attribute values.public int hashCode()
allowPaidServicePlans
, instanceMemoryLimit
, memoryLimit
, name
, totalRoutes
, totalServices
.public String toString()
CreateQuotaRequest
with attribute values.public static CreateQuotaRequest.Builder builder()
CreateQuotaRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.