@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetOrganizationInstanceUsageResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOrganizationInstanceUsageResponse.Builder
Builds instances of type
GetOrganizationInstanceUsageResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetOrganizationInstanceUsageResponse.Builder |
builder()
Creates a builder for
GetOrganizationInstanceUsageResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetOrganizationInstanceUsageResponse that have equal attribute values. |
Integer |
getInstanceUsage()
The instance usage
|
int |
hashCode()
Computes a hash code from attributes:
instanceUsage. |
String |
toString()
Prints the immutable value
GetOrganizationInstanceUsageResponse with attribute values. |
public Integer getInstanceUsage()
public boolean equals(Object another)
GetOrganizationInstanceUsageResponse that have equal attribute values.public int hashCode()
instanceUsage.public String toString()
GetOrganizationInstanceUsageResponse with attribute values.public static GetOrganizationInstanceUsageResponse.Builder builder()
GetOrganizationInstanceUsageResponse.
GetOrganizationInstanceUsageResponse.builder()
.instanceUsage(Integer | null) // nullable instanceUsage
.build();
Copyright © 2020. All rights reserved.