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