@Generated(value="org.immutables.processor.ProxyProcessor") 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()
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
CreateServiceBindingResponse 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)
CreateServiceBindingResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, data, type.public String toString()
CreateServiceBindingResponse with attribute values.public static CreateServiceBindingResponse.Builder builder()
CreateServiceBindingResponse.
CreateServiceBindingResponse.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.