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