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