public final class Stack extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Stack.StackBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Stack.StackBuilder |
builder() |
boolean |
equals(Object o) |
String |
getDescription()
The description of this stack
|
String |
getId()
The id
|
String |
getName()
The name of this stack
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static Stack.StackBuilder builder()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getName()
@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.