@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
|
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
ServiceBindingResource 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)
ServiceBindingResource that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, type, lastOperation, relationships, metadata.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
.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.