@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListIsolationSegmentSpacesRelationshipResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListIsolationSegmentSpacesRelationshipResponse.Builder
Builds instances of type
ListIsolationSegmentSpacesRelationshipResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListIsolationSegmentSpacesRelationshipResponse.Builder |
builder()
Creates a builder for
ListIsolationSegmentSpacesRelationshipResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListIsolationSegmentSpacesRelationshipResponse that have equal attribute values. |
List<Relationship> |
getData()
The assigned spaces
|
Map<String,Link> |
getLinks()
The links
|
int |
hashCode()
Computes a hash code from attributes:
data, links. |
String |
toString()
Prints the immutable value
ListIsolationSegmentSpacesRelationshipResponse with attribute values. |
public List<Relationship> getData()
public boolean equals(Object another)
ListIsolationSegmentSpacesRelationshipResponse that have equal attribute values.public int hashCode()
data, links.public String toString()
ListIsolationSegmentSpacesRelationshipResponse with attribute values.public static ListIsolationSegmentSpacesRelationshipResponse.Builder builder()
ListIsolationSegmentSpacesRelationshipResponse.
ListIsolationSegmentSpacesRelationshipResponse.builder()
.data(List<org.cloudfoundry.client.v3.Relationship> | null) // nullable data
.links(Map<String, org.cloudfoundry.client.v3.Link> | null) // nullable links
.build();
Copyright © 2020. All rights reserved.