public final class SessionsRequestIdSource extends SessionSource
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionsRequestIdSource.SessionsRequestIdSourceBuilder |
billingAddress, email, homePhone, mobilePhone, type, workPhone| Constructor and Description |
|---|
SessionsRequestIdSource() |
| Modifier and Type | Method and Description |
|---|---|
static SessionsRequestIdSource.SessionsRequestIdSourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId() |
int |
hashCode() |
java.lang.String |
toString() |
getBillingAddress, getEmail, getHomePhone, getMobilePhone, getScheme, getType, getWorkPhone, setBillingAddress, setEmail, setHomePhone, setMobilePhone, setScheme, setWorkPhonepublic static SessionsRequestIdSource.SessionsRequestIdSourceBuilder builder()
public java.lang.String getId()
public boolean equals(java.lang.Object o)
equals in class SessionSourceprotected boolean canEqual(java.lang.Object other)
canEqual in class SessionSourcepublic int hashCode()
hashCode in class SessionSourcepublic java.lang.String toString()
toString in class SessionSource