Class GetAttributesResponseBuyer


  • public class GetAttributesResponseBuyer
    extends java.lang.Object
    The list of attributes related to the buyer.
    • Constructor Detail

      • GetAttributesResponseBuyer

        public GetAttributesResponseBuyer()
    • Method Detail

      • getLocale

        public java.lang.String getLocale()
        The buyer's language of preference, indicated with a locale-specific language tag. Examples: \"en-US\", \"zh-CN\", and \"en-GB\".
        Returns:
        locale
      • setLocale

        public void setLocale​(java.lang.String locale)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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