@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceEntity.Builder
Builds instances of type
ServiceEntity. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceEntity.Builder |
builder()
Creates a builder for
ServiceEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceEntity that have equal attribute values. |
Boolean |
getActive()
The active status
|
Boolean |
getAllowContextUpdates()
Whether to allow context updates
|
Boolean |
getBindable()
The bindable status
|
Boolean |
getBindingsRetrievable()
The bindings retrievable status
|
String |
getDescription()
The description
|
String |
getDocumentationUrl()
Deprecated.
|
String |
getExtra()
Extra service-related data
|
String |
getInfoUrl()
Deprecated.
|
Boolean |
getInstancesRetrievable()
The instances retrievable status
|
String |
getLabel()
The name of the service
|
String |
getLongDescription()
Deprecated.
|
Boolean |
getPlanUpdateable()
Whether the service can be updated to a different plan
|
String |
getProvider()
Deprecated.
|
List<String> |
getRequires()
Required dependencies
|
String |
getServiceBrokerId()
The service broker id
|
String |
getServiceBrokerName()
The service broker name
|
String |
getServicePlansUrl()
The service plans url
|
List<String> |
getTags()
The tags
|
String |
getUniqueId()
The unique id to identify the service with the broker
|
String |
getUrl()
Deprecated.
|
String |
getVersion()
Deprecated.
|
int |
hashCode()
Computes a hash code from attributes:
active, allowContextUpdates, bindable, bindingsRetrievable, description, documentationUrl, extra, infoUrl, instancesRetrievable, label, longDescription, planUpdateable, provider, requires, serviceBrokerId, serviceBrokerName, servicePlansUrl, tags, uniqueId, url, version. |
String |
toString()
Prints the immutable value
ServiceEntity with attribute values. |
public Boolean getActive()
public Boolean getAllowContextUpdates()
public Boolean getBindable()
public Boolean getBindingsRetrievable()
public String getDescription()
@Deprecated public String getDocumentationUrl()
public String getExtra()
@Deprecated public String getInfoUrl()
public Boolean getInstancesRetrievable()
public String getLabel()
@Deprecated public String getLongDescription()
public Boolean getPlanUpdateable()
@Deprecated public String getProvider()
public String getServiceBrokerId()
public String getServiceBrokerName()
public String getServicePlansUrl()
public String getUniqueId()
@Deprecated public String getUrl()
@Deprecated public String getVersion()
public boolean equals(Object another)
ServiceEntity that have equal attribute values.public int hashCode()
active, allowContextUpdates, bindable, bindingsRetrievable, description, documentationUrl, extra, infoUrl, instancesRetrievable, label, longDescription, planUpdateable, provider, requires, serviceBrokerId, serviceBrokerName, servicePlansUrl, tags, uniqueId, url, version.public String toString()
ServiceEntity with attribute values.public static ServiceEntity.Builder builder()
ServiceEntity.
ServiceEntity.builder()
.active(Boolean | null) // nullable active
.allowContextUpdates(Boolean | null) // nullable allowContextUpdates
.bindable(Boolean | null) // nullable bindable
.bindingsRetrievable(Boolean | null) // nullable bindingsRetrievable
.description(String | null) // nullable description
.documentationUrl(String | null) // nullable documentationUrl
.extra(String | null) // nullable extra
.infoUrl(String | null) // nullable infoUrl
.instancesRetrievable(Boolean | null) // nullable instancesRetrievable
.label(String | null) // nullable label
.longDescription(String | null) // nullable longDescription
.planUpdateable(Boolean | null) // nullable planUpdateable
.provider(String | null) // nullable provider
.requires(List<String> | null) // nullable requires
.serviceBrokerId(String | null) // nullable serviceBrokerId
.serviceBrokerName(String | null) // nullable serviceBrokerName
.servicePlansUrl(String | null) // nullable servicePlansUrl
.tags(List<String> | null) // nullable tags
.uniqueId(String | null) // nullable uniqueId
.url(String | null) // nullable url
.version(String | null) // nullable version
.build();
Copyright © 2020. All rights reserved.