@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:
data, type, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
GetServiceBindingResponse with attribute values. |
public ServiceBindingData getData()
getData in class ServiceBindingpublic String getType()
getType in class ServiceBindingpublic String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
GetServiceBindingResponse that have equal attribute values.public int hashCode()
data, type, createdAt, id, links, updatedAt.public String toString()
GetServiceBindingResponse with attribute values.public static GetServiceBindingResponse.Builder builder()
GetServiceBindingResponse.Copyright © 2018. All rights reserved.