public final class CreateQuotaRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateQuotaRequest.CreateQuotaRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CreateQuotaRequest.CreateQuotaRequestBuilder |
builder() |
boolean |
equals(Object o) |
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() |
ValidationResult |
isValid() |
String |
toString() |
public ValidationResult isValid()
isValid in interface Validatable@Generated(value="lombok") public static CreateQuotaRequest.CreateQuotaRequestBuilder builder()
@Generated(value="lombok") public Boolean getAllowPaidServicePlans()
@Generated(value="lombok") public Integer getInstanceMemoryLimit()
@Generated(value="lombok") public Integer getMemoryLimit()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Integer getTotalRoutes()
@Generated(value="lombok") public Integer getTotalServices()
@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.