@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceBindingResource extends ServiceBinding
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceBindingResource.Builder
Builds instances of type
ServiceBindingResource. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceBindingResource.Builder |
builder()
Creates a builder for
ServiceBindingResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceBindingResource 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
ServiceBindingResource 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)
ServiceBindingResource that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, data, type.public String toString()
ServiceBindingResource with attribute values.public static ServiceBindingResource.Builder builder()
ServiceBindingResource.
ServiceBindingResource.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.