public final class ServiceOffering extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceOffering.ServiceOfferingBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceOffering.ServiceOfferingBuilder |
builder() |
boolean |
equals(Object o) |
String |
getDescription()
The description
|
String |
getId()
The id
|
String |
getLabel()
The label
|
List<ServicePlan> |
getServicePlans()
The service plans
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static ServiceOffering.ServiceOfferingBuilder builder()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getLabel()
@Generated(value="lombok") public List<ServicePlan> getServicePlans()
@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.