Class CustomerDevice
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.customer.CustomerDevice
-
public class CustomerDevice extends java.lang.ObjectCustomer device information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerDevice.CustomerDeviceBuilder
-
Constructor Summary
Constructors Constructor Description CustomerDevice()CustomerDevice(java.lang.String locale)Creates a newCustomerDeviceinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerDevice.CustomerDeviceBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetLocale()The locale setting of the customer's device (e.g., "en-US")inthashCode()voidsetLocale(java.lang.String locale)The locale setting of the customer's device (e.g., "en-US")java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static CustomerDevice.CustomerDeviceBuilder builder()
-
getLocale
public java.lang.String getLocale()
The locale setting of the customer's device (e.g., "en-US")
-
setLocale
public void setLocale(java.lang.String locale)
The locale setting of the customer's device (e.g., "en-US")
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-