@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceOffering extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceOffering.Builder
Builds instances of type
ServiceOffering. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceOffering.Builder |
builder()
Creates a builder for
ServiceOffering. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceOffering that have equal attribute values. |
String |
getDescription()
The description
|
String |
getId()
The id
|
String |
getLabel()
The label
|
List<ServicePlan> |
getServicePlans()
The service plans
|
int |
hashCode()
Computes a hash code from attributes:
description, id, label, servicePlans. |
String |
toString()
Prints the immutable value
ServiceOffering with attribute values. |
public String getDescription()
public String getId()
public String getLabel()
public List<ServicePlan> getServicePlans()
public boolean equals(Object another)
ServiceOffering that have equal attribute values.public int hashCode()
description, id, label, servicePlans.public String toString()
ServiceOffering with attribute values.public static ServiceOffering.Builder builder()
ServiceOffering.Copyright © 2018. All rights reserved.