@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceInstanceResponse extends ServiceInstance
_GetServiceInstanceResponse.
Use the builder to create immutable instances:
GetServiceInstanceResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceInstanceResponse.Builder
Builds instances of type
GetServiceInstanceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceInstanceResponse.Builder |
builder()
Creates a builder for
GetServiceInstanceResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceInstanceResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
String |
getDashboardUrl()
The dashboard url
|
String |
getId()
The resource's id
|
LastOperation |
getLastOperation()
The last operation
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
MaintenanceInfo |
getMaintenanceInfo()
The maintenance info
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
ServiceInstanceRelationships |
getRelationships()
The relationships
|
String |
getRouteServiceUrl()
The route service url
|
String |
getSyslogDrainUrl()
The syslog drain url
|
List<String> |
getTags()
A list of tags for the service instance
|
ServiceInstanceType |
getType()
The type of the service instance
|
Boolean |
getUpdateAvailable()
Whether or not an upgrade of this service instance is available on the current Service Plan
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, dashboardUrl, lastOperation, maintenanceInfo, metadata, name, relationships, routeServiceUrl, syslogDrainUrl, tags, type, updateAvailable. |
String |
toString()
Prints the immutable value
GetServiceInstanceResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getDashboardUrl()
getDashboardUrl in class ServiceInstancepublic LastOperation getLastOperation()
getLastOperation in class ServiceInstancepublic MaintenanceInfo getMaintenanceInfo()
getMaintenanceInfo in class ServiceInstancepublic Metadata getMetadata()
getMetadata in class ServiceInstancepublic String getName()
getName in class ServiceInstancepublic ServiceInstanceRelationships getRelationships()
getRelationships in class ServiceInstancepublic String getRouteServiceUrl()
getRouteServiceUrl in class ServiceInstancepublic String getSyslogDrainUrl()
getSyslogDrainUrl in class ServiceInstancepublic List<String> getTags()
getTags in class ServiceInstancepublic ServiceInstanceType getType()
getType in class ServiceInstancepublic Boolean getUpdateAvailable()
getUpdateAvailable in class ServiceInstancepublic boolean equals(Object another)
GetServiceInstanceResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, dashboardUrl, lastOperation, maintenanceInfo, metadata, name, relationships, routeServiceUrl, syslogDrainUrl, tags, type, updateAvailable.public String toString()
GetServiceInstanceResponse with attribute values.public static GetServiceInstanceResponse.Builder builder()
GetServiceInstanceResponse.
GetServiceInstanceResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.dashboardUrl(String | null) // nullable dashboardUrl
.lastOperation(org.cloudfoundry.client.v3.LastOperation | null) // nullable lastOperation
.maintenanceInfo(org.cloudfoundry.client.v3.MaintenanceInfo | null) // nullable maintenanceInfo
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.serviceinstances.ServiceInstanceRelationships | null) // nullable relationships
.routeServiceUrl(String | null) // nullable routeServiceUrl
.syslogDrainUrl(String | null) // nullable syslogDrainUrl
.tags(List<String> | null) // nullable tags
.type(org.cloudfoundry.client.v3.serviceinstances.ServiceInstanceType | null) // nullable type
.updateAvailable(Boolean | null) // nullable updateAvailable
.build();
Copyright © 2024. All rights reserved.