@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateServiceInstanceResponse extends ServiceInstance
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServiceInstanceResponse.Builder
Builds instances of type
UpdateServiceInstanceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceInstanceResponse.Builder |
builder()
Creates a builder for
UpdateServiceInstanceResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServiceInstanceResponse 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
UpdateServiceInstanceResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getDashboardUrl()
getDashboardUrl in class ServiceInstancepublic LastOperation getLastOperation()
public MaintenanceInfo getMaintenanceInfo()
public 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)
UpdateServiceInstanceResponse 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()
UpdateServiceInstanceResponse with attribute values.public static UpdateServiceInstanceResponse.Builder builder()
UpdateServiceInstanceResponse.
UpdateServiceInstanceResponse.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 © 2020. All rights reserved.