@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceBrokerResponse extends ServiceBroker
_GetServiceBrokerResponse.
Use the builder to create immutable instances:
GetServiceBrokerResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceBrokerResponse.Builder
Builds instances of type
GetServiceBrokerResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceBrokerResponse.Builder |
builder()
Creates a builder for
GetServiceBrokerResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceBrokerResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Metadata |
getMetadata() |
String |
getName() |
ServiceBrokerRelationships |
getRelationships() |
String |
getUpdatedAt()
When the resource was last updated
|
String |
getUrl() |
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, metadata, name, relationships, url. |
String |
toString()
Prints the immutable value
GetServiceBrokerResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic Metadata getMetadata()
getMetadata in class ServiceBrokermetadata attributepublic String getName()
getName in class ServiceBrokername attributepublic ServiceBrokerRelationships getRelationships()
getRelationships in class ServiceBrokerrelationships attributepublic String getUrl()
getUrl in class ServiceBrokerurl attributepublic boolean equals(Object another)
GetServiceBrokerResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, metadata, name, relationships, url.public String toString()
GetServiceBrokerResponse with attribute values.public static GetServiceBrokerResponse.Builder builder()
GetServiceBrokerResponse.
GetServiceBrokerResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.servicebrokers.ServiceBrokerRelationships | null) // nullable relationships
.url(String) // required url
.build();
Copyright © 2022. All rights reserved.