Package com.checkout.sessions.source
Class SessionsRequestIdSource
- java.lang.Object
-
- com.checkout.sessions.source.SessionSource
-
- com.checkout.sessions.source.SessionsRequestIdSource
-
public final class SessionsRequestIdSource extends SessionSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionsRequestIdSource.SessionsRequestIdSourceBuilder
-
Field Summary
-
Fields inherited from class com.checkout.sessions.source.SessionSource
billingAddress, email, homePhone, mobilePhone, type, workPhone
-
-
Constructor Summary
Constructors Constructor Description SessionsRequestIdSource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionsRequestIdSource.SessionsRequestIdSourceBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetId()inthashCode()java.lang.StringtoString()-
Methods inherited from class com.checkout.sessions.source.SessionSource
getBillingAddress, getEmail, getHomePhone, getMobilePhone, getScheme, getType, getWorkPhone, setBillingAddress, setEmail, setHomePhone, setMobilePhone, setScheme, setWorkPhone
-
-
-
-
Method Detail
-
builder
public static SessionsRequestIdSource.SessionsRequestIdSourceBuilder builder()
-
getId
public java.lang.String getId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classSessionSource
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classSessionSource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSessionSource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSessionSource
-
-