@Generated(value="org.immutables.processor.ProxyProcessor") public final class ShareServiceInstanceResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareServiceInstanceResponse.Builder
Builds instances of type
ShareServiceInstanceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ShareServiceInstanceResponse.Builder |
builder()
Creates a builder for
ShareServiceInstanceResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ShareServiceInstanceResponse that have equal attribute values. |
List<Relationship> |
getData()
The space
|
Map<String,Link> |
getLinks()
The links
|
int |
hashCode()
Computes a hash code from attributes:
data, links. |
String |
toString()
Prints the immutable value
ShareServiceInstanceResponse with attribute values. |
public List<Relationship> getData()
public boolean equals(Object another)
ShareServiceInstanceResponse that have equal attribute values.public int hashCode()
data, links.public String toString()
ShareServiceInstanceResponse with attribute values.public static ShareServiceInstanceResponse.Builder builder()
ShareServiceInstanceResponse.
ShareServiceInstanceResponse.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.