@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServicePlanEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServicePlanEntity.Builder
Builds instances of type
ServicePlanEntity. |
| Modifier and Type | Method and Description |
|---|---|
static ServicePlanEntity.Builder |
builder()
Creates a builder for
ServicePlanEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServicePlanEntity that have equal attribute values. |
Boolean |
getActive()
The active flag
|
Boolean |
getBindable()
The bindable flag
|
String |
getDescription()
The description
|
String |
getExtra()
The extra (A JSON string with additional data about the plan)
|
Boolean |
getFree()
The free flag
|
MaintenanceInfo |
getMaintenanceInfo()
The plan maintenance info
|
Long |
getMaximumPollingDuration()
The maximum polling duration
|
String |
getName()
The name
|
Boolean |
getPlanUpdatable()
Whether the plan is updatable
|
Boolean |
getPubliclyVisible()
The public flag
|
Schemas |
getSchemas()
The schemas
|
String |
getServiceId()
The service id
|
String |
getServiceInstancesUrl()
The service instances url
|
String |
getServiceUrl()
The service url
|
String |
getUniqueId()
The unique id in the service broker
|
int |
hashCode()
Computes a hash code from attributes:
active, bindable, description, extra, free, maintenanceInfo, maximumPollingDuration, name, planUpdatable, publiclyVisible, schemas, serviceId, serviceInstancesUrl, serviceUrl, uniqueId. |
String |
toString()
Prints the immutable value
ServicePlanEntity with attribute values. |
public Boolean getActive()
public Boolean getBindable()
public String getDescription()
public String getExtra()
public Boolean getFree()
public MaintenanceInfo getMaintenanceInfo()
public Long getMaximumPollingDuration()
public String getName()
public Boolean getPlanUpdatable()
public Boolean getPubliclyVisible()
public Schemas getSchemas()
public String getServiceId()
public String getServiceInstancesUrl()
public String getServiceUrl()
public String getUniqueId()
public boolean equals(Object another)
ServicePlanEntity that have equal attribute values.public int hashCode()
active, bindable, description, extra, free, maintenanceInfo, maximumPollingDuration, name, planUpdatable, publiclyVisible, schemas, serviceId, serviceInstancesUrl, serviceUrl, uniqueId.public String toString()
ServicePlanEntity with attribute values.public static ServicePlanEntity.Builder builder()
ServicePlanEntity.
ServicePlanEntity.builder()
.active(Boolean | null) // nullable active
.bindable(Boolean | null) // nullable bindable
.description(String | null) // nullable description
.extra(String | null) // nullable extra
.free(Boolean | null) // nullable free
.maintenanceInfo(org.cloudfoundry.client.v2.MaintenanceInfo | null) // nullable maintenanceInfo
.maximumPollingDuration(Long | null) // nullable maximumPollingDuration
.name(String | null) // nullable name
.planUpdatable(Boolean | null) // nullable planUpdatable
.publiclyVisible(Boolean | null) // nullable publiclyVisible
.schemas(org.cloudfoundry.client.v2.serviceplans.Schemas | null) // nullable schemas
.serviceId(String | null) // nullable serviceId
.serviceInstancesUrl(String | null) // nullable serviceInstancesUrl
.serviceUrl(String | null) // nullable serviceUrl
.uniqueId(String | null) // nullable uniqueId
.build();
Copyright © 2020. All rights reserved.