@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateServicePlanResponse extends ServicePlan
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServicePlanResponse.Builder
Builds instances of type
UpdateServicePlanResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServicePlanResponse.Builder |
builder()
Creates a builder for
UpdateServicePlanResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServicePlanResponse that have equal attribute values. |
Boolean |
getAvailable()
Whether or not the service plan is available
|
BrokerCatalog |
getBrokerCatalog()
Information obtained from the service broker catalog
|
List<Cost> |
getCosts()
The cost of the service plan as obtained from the service broker catalog
|
String |
getCreatedAt()
When the resource was created
|
String |
getDescription()
Description of the service plan
|
Boolean |
getFree()
Whether or not the service plan is free of charge
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
MaintenanceInfo |
getMaintenanceInfo()
Information about the version of this service plan
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name of the service plan
|
ServicePlanRelationships |
getRelationships()
The relationships
|
Schemas |
getSchemas()
Schema definitions for service instances and service bindings for the service plan
|
String |
getUpdatedAt()
When the resource was last updated
|
Visibility |
getVisibilityType()
Denotes the visibility of the plan
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, available, brokerCatalog, costs, description, free, maintenanceInfo, metadata, name, relationships, schemas, visibilityType. |
String |
toString()
Prints the immutable value
UpdateServicePlanResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic Boolean getAvailable()
getAvailable in class ServicePlanpublic BrokerCatalog getBrokerCatalog()
getBrokerCatalog in class ServicePlanpublic List<Cost> getCosts()
getCosts in class ServicePlanpublic String getDescription()
getDescription in class ServicePlanpublic Boolean getFree()
getFree in class ServicePlanpublic MaintenanceInfo getMaintenanceInfo()
getMaintenanceInfo in class ServicePlanpublic Metadata getMetadata()
getMetadata in class ServicePlanpublic String getName()
getName in class ServicePlanpublic ServicePlanRelationships getRelationships()
getRelationships in class ServicePlanpublic Schemas getSchemas()
getSchemas in class ServicePlanpublic Visibility getVisibilityType()
getVisibilityType in class ServicePlanpublic boolean equals(Object another)
UpdateServicePlanResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, available, brokerCatalog, costs, description, free, maintenanceInfo, metadata, name, relationships, schemas, visibilityType.public String toString()
UpdateServicePlanResponse with attribute values.public static UpdateServicePlanResponse.Builder builder()
UpdateServicePlanResponse.
UpdateServicePlanResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.available(Boolean) // required available
.brokerCatalog(org.cloudfoundry.client.v3.serviceplans.BrokerCatalog) // required brokerCatalog
.cost|addAllCosts(Cost) // costs elements
.description(String) // required description
.free(Boolean) // required free
.maintenanceInfo(org.cloudfoundry.client.v3.serviceplans.MaintenanceInfo | null) // nullable maintenanceInfo
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.serviceplans.ServicePlanRelationships) // required relationships
.schemas(org.cloudfoundry.client.v3.serviceplans.Schemas) // required schemas
.visibilityType(org.cloudfoundry.client.v3.serviceplans.Visibility) // required visibilityType
.build();
Copyright © 2020. All rights reserved.