@Generated(value={"Immutables.generator","_Plan"}) public final class Plan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Plan.Builder
Builds instances of type
Plan. |
| Modifier and Type | Method and Description |
|---|---|
static Plan.Builder |
builder()
Creates a builder for
Plan. |
boolean |
equals(Object another)
This instance is equal to all instances of
Plan that have equal attribute values. |
String |
getId()
The id
|
String |
getName()
The name
|
Service |
getService()
The service
|
int |
hashCode()
Computes a hash code from attributes:
id, name, service. |
String |
toString()
Prints the immutable value
Plan with attribute values. |
public String getId()
public String getName()
public Service getService()
public boolean equals(Object another)
Plan that have equal attribute values.public int hashCode()
id, name, service.public String toString()
Plan with attribute values.public static Plan.Builder builder()
Plan.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.