Class CustomerDevice


  • public class CustomerDevice
    extends java.lang.Object
    Customer device information
    • Constructor Detail

      • CustomerDevice

        public CustomerDevice()
      • CustomerDevice

        public CustomerDevice​(java.lang.String locale)
        Creates a new CustomerDevice instance.
        Parameters:
        locale - The locale setting of the customer's device (e.g., "en-US")
    • Method Detail

      • 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:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object