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