@Generated(value={"Immutables.generator","_CreateServiceBindingResponse"}) public final class CreateServiceBindingResponse extends ServiceBinding
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServiceBindingResponse.Builder
Builds instances of type
CreateServiceBindingResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceBindingResponse.Builder |
builder()
Creates a builder for
CreateServiceBindingResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateServiceBindingResponse that have equal attribute values. |
String |
getCreatedAt()
The created at
|
ServiceBindingData |
getData()
The datas
|
String |
getId()
The id
|
Map<String,Link> |
getLinks()
The links
|
String |
getType()
The type
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, data, id, links, type, updatedAt. |
String |
toString()
Prints the immutable value
CreateServiceBindingResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class ServiceBindingpublic ServiceBindingData getData()
getData in class ServiceBindingpublic String getId()
getId in class ServiceBindingpublic Map<String,Link> getLinks()
getLinks in class ServiceBindingpublic String getType()
getType in class ServiceBindingpublic String getUpdatedAt()
getUpdatedAt in class ServiceBindingpublic boolean equals(Object another)
CreateServiceBindingResponse that have equal attribute values.public int hashCode()
createdAt, data, id, links, type, updatedAt.public String toString()
CreateServiceBindingResponse with attribute values.public static CreateServiceBindingResponse.Builder builder()
CreateServiceBindingResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.