@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetOrganizationUsageSummaryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOrganizationUsageSummaryResponse.Builder
Builds instances of type
GetOrganizationUsageSummaryResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetOrganizationUsageSummaryResponse.Builder |
builder()
Creates a builder for
GetOrganizationUsageSummaryResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetOrganizationUsageSummaryResponse that have equal attribute values. |
Map<String,Link> |
getLinks()
The links
|
UsageSummary |
getUsageSummary()
The entitled organizations
|
int |
hashCode()
Computes a hash code from attributes:
links, usageSummary. |
String |
toString()
Prints the immutable value
GetOrganizationUsageSummaryResponse with attribute values. |
public UsageSummary getUsageSummary()
public boolean equals(Object another)
GetOrganizationUsageSummaryResponse that have equal attribute values.public int hashCode()
links, usageSummary.public String toString()
GetOrganizationUsageSummaryResponse with attribute values.public static GetOrganizationUsageSummaryResponse.Builder builder()
GetOrganizationUsageSummaryResponse.
GetOrganizationUsageSummaryResponse.builder()
.links(Map<String, org.cloudfoundry.client.v3.Link> | null) // nullable links
.usageSummary(org.cloudfoundry.client.v3.UsageSummary | null) // nullable usageSummary
.build();
Copyright © 2020. All rights reserved.