@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceBindingResponse extends ServiceBinding
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceBindingResponse.Builder
Builds instances of type
GetServiceBindingResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceBindingResponse.Builder |
builder()
Creates a builder for
GetServiceBindingResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceBindingResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
ServiceBindingData |
getData()
The datas
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getType()
The type
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, data, type. |
String |
toString()
Prints the immutable value
GetServiceBindingResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic ServiceBindingData getData()
getData in class ServiceBindingpublic String getType()
getType in class ServiceBindingpublic boolean equals(Object another)
GetServiceBindingResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, data, type.public String toString()
GetServiceBindingResponse with attribute values.public static GetServiceBindingResponse.Builder builder()
GetServiceBindingResponse.
GetServiceBindingResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.data(org.cloudfoundry.client.v3.servicebindings.ServiceBindingData | null) // nullable data
.type(String | null) // nullable type
.build();
Copyright © 2020. All rights reserved.