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