@Generated(value={"Immutables.generator","_ServicePlanEntity"}) 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
|
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()
Computes a hash code from attributes:
active, description, extra, free, name, publiclyVisible, serviceId, serviceInstancesUrl, serviceUrl, uniqueId. |
String |
toString()
Prints the immutable value
ServicePlanEntity with attribute values. |
public Boolean getActive()
public String getDescription()
public String getExtra()
public Boolean getFree()
public String getName()
public Boolean getPubliclyVisible()
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, description, extra, free, name, publiclyVisible, serviceId, serviceInstancesUrl, serviceUrl, uniqueId.public String toString()
ServicePlanEntity with attribute values.public static ServicePlanEntity.Builder builder()
ServicePlanEntity.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.