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