@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceResponse extends AbstractServiceResource
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceResponse.Builder
Builds instances of type
GetServiceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceResponse.Builder |
builder()
Creates a builder for
GetServiceResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceResponse that have equal attribute values. |
ServiceEntity |
getEntity()
The resource's entity
|
Metadata |
getMetadata()
The resource's metadata
|
int |
hashCode()
Computes a hash code from attributes:
entity, metadata. |
String |
toString()
Prints the immutable value
GetServiceResponse with attribute values. |
public ServiceEntity getEntity()
getEntity in class Resource<ServiceEntity>public Metadata getMetadata()
getMetadata in class Resource<ServiceEntity>public boolean equals(Object another)
GetServiceResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
GetServiceResponse with attribute values.public static GetServiceResponse.Builder builder()
GetServiceResponse.
GetServiceResponse.builder()
.entity(org.cloudfoundry.client.v2.services.ServiceEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.