@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
|
String |
getId()
The resource's id
|
LastOperation |
getLastOperation()
The last operation
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
ServiceBindingRelationships |
getRelationships()
The relationships
|
ServiceBindingType |
getType()
The type
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, name, type, lastOperation, relationships, metadata. |
String |
toString()
Prints the immutable value
GetServiceBindingResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getName()
getName in class ServiceBindingpublic ServiceBindingType getType()
getType in class ServiceBindingpublic LastOperation getLastOperation()
getLastOperation in class ServiceBindingpublic ServiceBindingRelationships getRelationships()
getRelationships in class ServiceBindingpublic Metadata getMetadata()
getMetadata in class ServiceBindingpublic boolean equals(Object another)
GetServiceBindingResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, type, lastOperation, relationships, metadata.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
.name(String | null) // nullable name
.type(org.cloudfoundry.client.v3.servicebindings.ServiceBindingType) // required type
.lastOperation(org.cloudfoundry.client.v3.LastOperation | null) // nullable lastOperation
.relationships(org.cloudfoundry.client.v3.servicebindings.ServiceBindingRelationships) // required relationships
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.build();
Copyright © 2024. All rights reserved.