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