Class ShopperInteractionDevice


  • public class ShopperInteractionDevice
    extends Object
    ShopperInteractionDevice
    • Constructor Detail

      • ShopperInteractionDevice

        public ShopperInteractionDevice()
    • Method Detail

      • locale

        public ShopperInteractionDevice locale​(String locale)
        Locale on the shopper interaction device.
        Parameters:
        locale -
        Returns:
        the current ShopperInteractionDevice instance, allowing for method chaining
      • getLocale

        public String getLocale()
        Locale on the shopper interaction device.
        Returns:
        locale
      • setLocale

        public void setLocale​(String locale)
        Locale on the shopper interaction device.
        Parameters:
        locale -
      • os

        public ShopperInteractionDevice os​(String os)
        Operating system running on the shopper interaction device.
        Parameters:
        os -
        Returns:
        the current ShopperInteractionDevice instance, allowing for method chaining
      • getOs

        public String getOs()
        Operating system running on the shopper interaction device.
        Returns:
        os
      • setOs

        public void setOs​(String os)
        Operating system running on the shopper interaction device.
        Parameters:
        os -
      • osVersion

        public ShopperInteractionDevice osVersion​(String osVersion)
        Version of the operating system on the shopper interaction device.
        Parameters:
        osVersion -
        Returns:
        the current ShopperInteractionDevice instance, allowing for method chaining
      • getOsVersion

        public String getOsVersion()
        Version of the operating system on the shopper interaction device.
        Returns:
        osVersion
      • setOsVersion

        public void setOsVersion​(String osVersion)
        Version of the operating system on the shopper interaction device.
        Parameters:
        osVersion -
      • equals

        public boolean equals​(Object o)
        Return true if this ShopperInteractionDevice object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ShopperInteractionDevice fromJson​(String jsonString)
                                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ShopperInteractionDevice given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ShopperInteractionDevice
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ShopperInteractionDevice
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ShopperInteractionDevice to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException