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