@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceKeyResponse extends AbstractServiceKeyResource
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceKeyResponse.Builder
Builds instances of type
GetServiceKeyResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceKeyResponse.Builder |
builder()
Creates a builder for
GetServiceKeyResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceKeyResponse that have equal attribute values. |
ServiceKeyEntity |
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
GetServiceKeyResponse with attribute values. |
public ServiceKeyEntity getEntity()
getEntity in class Resource<ServiceKeyEntity>public Metadata getMetadata()
getMetadata in class Resource<ServiceKeyEntity>public boolean equals(Object another)
GetServiceKeyResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
GetServiceKeyResponse with attribute values.public static GetServiceKeyResponse.Builder builder()
GetServiceKeyResponse.
GetServiceKeyResponse.builder()
.entity(org.cloudfoundry.client.v2.servicekeys.ServiceKeyEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.