@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceInstanceResource extends ServiceInstance
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInstanceResource.Builder
Builds instances of type
ServiceInstanceResource. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceResource.Builder |
builder()
Creates a builder for
ServiceInstanceResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceInstanceResource 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()
The metadata
|
String |
getName()
The name
|
ServiceInstanceRelationships |
getRelationships()
The relationships
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
metadata, name, relationships, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
ServiceInstanceResource with attribute values. |
public Metadata getMetadata()
getMetadata in class ServiceInstancepublic String getName()
getName in class ServiceInstancepublic ServiceInstanceRelationships getRelationships()
getRelationships in class ServiceInstancepublic String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
ServiceInstanceResource that have equal attribute values.public int hashCode()
metadata, name, relationships, createdAt, id, links, updatedAt.public String toString()
ServiceInstanceResource with attribute values.public static ServiceInstanceResource.Builder builder()
ServiceInstanceResource.
ServiceInstanceResource.builder()
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.serviceInstances.ServiceInstanceRelationships | null) // nullable relationships
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.build();
Copyright © 2019. All rights reserved.