@Generated(value={"Immutables.generator","_Invite"}) public final class Invite extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Invite.Builder
Builds instances of type
Invite. |
| Modifier and Type | Method and Description |
|---|---|
static Invite.Builder |
builder()
Creates a builder for
Invite. |
boolean |
equals(Object another)
This instance is equal to all instances of
Invite that have equal attribute values. |
String |
getEmail()
The email address
|
String |
getErrorCode()
The error code
|
String |
getErrorMessage()
The error message
|
String |
getInviteLink()
The invite link
|
String |
getOrigin()
The origin
|
Boolean |
getSuccess()
Whether the invite was sent successfully
|
String |
getUserId()
The user id
|
int |
hashCode()
Computes a hash code from attributes:
email, errorCode, errorMessage, inviteLink, origin, success, userId. |
String |
toString()
Prints the immutable value
Invite with attribute values. |
public String getEmail()
public String getErrorCode()
public String getErrorMessage()
public String getInviteLink()
public String getOrigin()
public Boolean getSuccess()
public String getUserId()
public boolean equals(Object another)
Invite that have equal attribute values.public int hashCode()
email, errorCode, errorMessage, inviteLink, origin, success, userId.public String toString()
Invite with attribute values.public static Invite.Builder builder()
Invite.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.