public final class OrderCustomerLoyaltyInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
OrderCustomerLoyaltyInfo() |
| Modifier and Type | Method and Description |
|---|---|
OrderCustomerLoyaltyInfo |
clone() |
java.lang.String |
getLoyaltyNumber()
The loyalty card/membership number.
|
java.lang.String |
getName()
Name of card/membership holder, this field will be populated when
|
OrderCustomerLoyaltyInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
OrderCustomerLoyaltyInfo |
setLoyaltyNumber(java.lang.String loyaltyNumber)
The loyalty card/membership number.
|
OrderCustomerLoyaltyInfo |
setName(java.lang.String name)
Name of card/membership holder, this field will be populated when
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getLoyaltyNumber()
null for nonepublic OrderCustomerLoyaltyInfo setLoyaltyNumber(java.lang.String loyaltyNumber)
loyaltyNumber - loyaltyNumber or null for nonepublic java.lang.String getName()
null for nonepublic OrderCustomerLoyaltyInfo setName(java.lang.String name)
name - name or null for nonepublic OrderCustomerLoyaltyInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderCustomerLoyaltyInfo clone()
clone in class com.google.api.client.json.GenericJson