@Generated(value={"Immutables.generator","_ServiceEntity"}) 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 |
getBindable()
The bindable status
|
String |
getDescription()
The description
|
String |
getDocumentationUrl()
Deprecated.
|
String |
getExtra()
Extra service-related data
|
String |
getInfoUrl()
Deprecated.
|
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 |
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, bindable, description, documentationUrl, extra, infoUrl, label, longDescription, planUpdateable, provider, requires, serviceBrokerId, servicePlansUrl, tags, uniqueId, url, version. |
String |
toString()
Prints the immutable value
ServiceEntity with attribute values. |
public Boolean getActive()
public Boolean getBindable()
public String getDescription()
@Deprecated public String getDocumentationUrl()
public String getExtra()
@Deprecated public String getInfoUrl()
public String getLabel()
@Deprecated public String getLongDescription()
public Boolean getPlanUpdateable()
@Deprecated public String getProvider()
public String getServiceBrokerId()
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, bindable, description, documentationUrl, extra, infoUrl, label, longDescription, planUpdateable, provider, requires, serviceBrokerId, servicePlansUrl, tags, uniqueId, url, version.public String toString()
ServiceEntity with attribute values.public static ServiceEntity.Builder builder()
ServiceEntity.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.