@Generated(value="org.immutables.processor.ProxyProcessor") public final class Relationships extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Relationships.Builder
Builds instances of type
Relationships. |
| Modifier and Type | Method and Description |
|---|---|
static Relationships.Builder |
builder()
Creates a builder for
Relationships. |
boolean |
equals(Object another)
This instance is equal to all instances of
Relationships that have equal attribute values. |
ToManyRelationship |
getRunningSpaces()
A relationship to the spaces where the security_group is applied to
applications during runtime
|
ToManyRelationship |
getStagingSpaces()
A relationship to the spaces where the security_group is applied to
applications during runtime
|
int |
hashCode()
Computes a hash code from attributes:
runningSpaces, stagingSpaces. |
String |
toString()
Prints the immutable value
Relationships with attribute values. |
public ToManyRelationship getRunningSpaces()
public ToManyRelationship getStagingSpaces()
public boolean equals(Object another)
Relationships that have equal attribute values.public int hashCode()
runningSpaces, stagingSpaces.public String toString()
Relationships with attribute values.public static Relationships.Builder builder()
Relationships.
Relationships.builder()
.runningSpaces(org.cloudfoundry.client.v3.ToManyRelationship) // required runningSpaces
.stagingSpaces(org.cloudfoundry.client.v3.ToManyRelationship) // required stagingSpaces
.build();
Copyright © 2024. All rights reserved.