@Generated(value="org.immutables.processor.ProxyProcessor") public final class SetQuotaRequest extends Object
| 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.
SetQuotaRequest.builder()
.organizationName(String) // required organizationName
.quotaName(String) // required quotaName
.build();
Copyright © 2022. All rights reserved.