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