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