@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServicePlanRelationships extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServicePlanRelationships.Builder
Builds instances of type
ServicePlanRelationships. |
| Modifier and Type | Method and Description |
|---|---|
static ServicePlanRelationships.Builder |
builder()
Creates a builder for
ServicePlanRelationships. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServicePlanRelationships that have equal attribute values. |
ToOneRelationship |
getServiceOffering()
The space relationship
|
ToOneRelationship |
getSpace()
The space relationship
|
int |
hashCode()
Computes a hash code from attributes:
serviceOffering, space. |
String |
toString()
Prints the immutable value
ServicePlanRelationships with attribute values. |
public ToOneRelationship getServiceOffering()
public ToOneRelationship getSpace()
public boolean equals(Object another)
ServicePlanRelationships that have equal attribute values.public int hashCode()
serviceOffering, space.public String toString()
ServicePlanRelationships with attribute values.public static ServicePlanRelationships.Builder builder()
ServicePlanRelationships.
ServicePlanRelationships.builder()
.serviceOffering(org.cloudfoundry.client.v3.ToOneRelationship) // required serviceOffering
.space(org.cloudfoundry.client.v3.ToOneRelationship | null) // nullable space
.build();
Copyright © 2020. All rights reserved.