Class GetAttributesResponseBuyer
- java.lang.Object
-
- software.amazon.spapi.models.messaging.v1.GetAttributesResponseBuyer
-
public class GetAttributesResponseBuyer extends java.lang.Object
The list of attributes related to the buyer.
-
-
Constructor Summary
Constructors Constructor Description GetAttributesResponseBuyer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getLocale()
The buyer's language of preference, indicated with a locale-specific language tag.int
hashCode()
GetAttributesResponseBuyer
locale(java.lang.String locale)
void
setLocale(java.lang.String locale)
java.lang.String
toString()
-
-
-
Method Detail
-
locale
public GetAttributesResponseBuyer locale(java.lang.String locale)
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-