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