public final class AccountCustomerService
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 |
|---|
AccountCustomerService() |
| Modifier and Type | Method and Description |
|---|---|
AccountCustomerService |
clone() |
java.lang.String |
getEmail()
Customer service email.
|
java.lang.String |
getPhoneNumber()
Customer service phone number.
|
java.lang.String |
getUrl()
Customer service URL.
|
AccountCustomerService |
set(java.lang.String fieldName,
java.lang.Object value) |
AccountCustomerService |
setEmail(java.lang.String email)
Customer service email.
|
AccountCustomerService |
setPhoneNumber(java.lang.String phoneNumber)
Customer service phone number.
|
AccountCustomerService |
setUrl(java.lang.String url)
Customer service URL.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEmail()
null for nonepublic AccountCustomerService setEmail(java.lang.String email)
email - email or null for nonepublic java.lang.String getPhoneNumber()
null for nonepublic AccountCustomerService setPhoneNumber(java.lang.String phoneNumber)
phoneNumber - phoneNumber or null for nonepublic java.lang.String getUrl()
null for nonepublic AccountCustomerService setUrl(java.lang.String url)
url - url or null for nonepublic AccountCustomerService set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountCustomerService clone()
clone in class com.google.api.client.json.GenericJson