@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetSpaceSummaryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSpaceSummaryResponse.Builder
Builds instances of type
GetSpaceSummaryResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetSpaceSummaryResponse.Builder |
builder()
Creates a builder for
GetSpaceSummaryResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetSpaceSummaryResponse that have equal attribute values. |
List<SpaceApplicationSummary> |
getApplications()
The applications
|
String |
getId()
The id
|
String |
getName()
The name
|
List<ServiceInstance> |
getServices()
The services
|
int |
hashCode()
Computes a hash code from attributes:
applications, id, name, services. |
String |
toString()
Prints the immutable value
GetSpaceSummaryResponse with attribute values. |
public List<SpaceApplicationSummary> getApplications()
public String getId()
public String getName()
public List<ServiceInstance> getServices()
public boolean equals(Object another)
GetSpaceSummaryResponse that have equal attribute values.public int hashCode()
applications, id, name, services.public String toString()
GetSpaceSummaryResponse with attribute values.public static GetSpaceSummaryResponse.Builder builder()
GetSpaceSummaryResponse.
GetSpaceSummaryResponse.builder()
.applications(List<SpaceApplicationSummary> | null) // nullable applications
.id(String | null) // nullable id
.name(String | null) // nullable name
.services(List<org.cloudfoundry.client.v2.serviceinstances.ServiceInstance> | null) // nullable services
.build();
Copyright © 2020. All rights reserved.