@Generated(value="org.immutables.processor.ProxyProcessor") public final class TaskRelationships extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskRelationships.Builder
Builds instances of type
TaskRelationships. |
| Modifier and Type | Method and Description |
|---|---|
static TaskRelationships.Builder |
builder()
Creates a builder for
TaskRelationships. |
boolean |
equals(Object another)
This instance is equal to all instances of
TaskRelationships 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
TaskRelationships with attribute values. |
public ToOneRelationship getApp()
public boolean equals(Object another)
TaskRelationships that have equal attribute values.public int hashCode()
app.public String toString()
TaskRelationships with attribute values.public static TaskRelationships.Builder builder()
TaskRelationships.
TaskRelationships.builder()
.app(org.cloudfoundry.client.v3.ToOneRelationship) // required app
.build();
Copyright © 2020. All rights reserved.