public final class ServiceEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceEntity.ServiceEntityBuilder |
Modifier and Type | Method and Description |
---|---|
static ServiceEntity.ServiceEntityBuilder |
builder() |
boolean |
equals(Object o) |
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() |
String |
toString() |
@Generated(value="lombok") public static ServiceEntity.ServiceEntityBuilder builder()
@Generated(value="lombok") public Boolean getActive()
@Generated(value="lombok") public Boolean getBindable()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getExtra()
@Generated(value="lombok") public String getLabel()
@Generated(value="lombok") public Boolean getPlanUpdateable()
@Generated(value="lombok") public List<String> getRequires()
@Generated(value="lombok") public String getServiceBrokerId()
@Generated(value="lombok") public String getServicePlansUrl()
@Generated(value="lombok") public List<String> getTags()
@Generated(value="lombok") public String getUniqueId()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
@Deprecated @Generated(value="lombok") public String getDocumentationUrl()
@Deprecated @Generated(value="lombok") public String getInfoUrl()
@Deprecated @Generated(value="lombok") public String getLongDescription()
@Deprecated @Generated(value="lombok") public String getProvider()
@Deprecated @Generated(value="lombok") public String getUrl()
@Deprecated @Generated(value="lombok") public String getVersion()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.