public final class ServicePlanEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServicePlanEntity.ServicePlanEntityBuilder |
Modifier and Type | Method and Description |
---|---|
static ServicePlanEntity.ServicePlanEntityBuilder |
builder() |
boolean |
equals(Object o) |
Boolean |
getActive()
The active flag
|
String |
getDescription()
The description
|
String |
getExtra()
The extra (A JSON string with additional data about the plan)
|
Boolean |
getFree()
The free flag
|
String |
getName()
The name
|
Boolean |
getPubliclyVisible()
The public flag
|
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() |
String |
toString() |
@Generated(value="lombok") public static ServicePlanEntity.ServicePlanEntityBuilder builder()
@Generated(value="lombok") public Boolean getActive()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getExtra()
@Generated(value="lombok") public Boolean getFree()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Boolean getPubliclyVisible()
@Generated(value="lombok") public String getServiceId()
@Generated(value="lombok") public String getServiceInstancesUrl()
@Generated(value="lombok") public String getServiceUrl()
@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()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.