@Generated(value={"Immutables.generator","_CreatedBy"}) 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
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.