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