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