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