@Generated(value={"Immutables.generator","_SetQuotaRequest"}) public final class SetQuotaRequest extends Object
_SetQuotaRequest
.
Use the builder to create immutable instances:
SetQuotaRequest.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
SetQuotaRequest.Builder
Builds instances of type
SetQuotaRequest . |
Modifier and Type | Method and Description |
---|---|
static SetQuotaRequest.Builder |
builder()
Creates a builder for
SetQuotaRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
SetQuotaRequest that have equal attribute values. |
String |
getOrganizationName()
The name of the organization on which the quota must be set
|
String |
getQuotaName()
The name of the quota that will be set
|
int |
hashCode()
Computes a hash code from attributes:
organizationName , quotaName . |
String |
toString()
Prints the immutable value
SetQuotaRequest with attribute values. |
public String getOrganizationName()
public String getQuotaName()
public boolean equals(Object another)
SetQuotaRequest
that have equal attribute values.public int hashCode()
organizationName
, quotaName
.public String toString()
SetQuotaRequest
with attribute values.public static SetQuotaRequest.Builder builder()
SetQuotaRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.