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