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