public final class OrderContact
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 DCM/DFA Reporting And Trafficking API. 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 |
|---|
OrderContact() |
| Modifier and Type | Method and Description |
|---|---|
OrderContact |
clone() |
java.lang.String |
getContactInfo()
Free-form information about this contact.
|
java.lang.String |
getContactName()
Name of this contact.
|
java.lang.String |
getContactTitle()
Title of this contact.
|
java.lang.String |
getContactType()
Type of this contact.
|
java.lang.Long |
getSignatureUserProfileId()
ID of the user profile containing the signature that will be embedded into order documents.
|
OrderContact |
set(java.lang.String fieldName,
java.lang.Object value) |
OrderContact |
setContactInfo(java.lang.String contactInfo)
Free-form information about this contact.
|
OrderContact |
setContactName(java.lang.String contactName)
Name of this contact.
|
OrderContact |
setContactTitle(java.lang.String contactTitle)
Title of this contact.
|
OrderContact |
setContactType(java.lang.String contactType)
Type of this contact.
|
OrderContact |
setSignatureUserProfileId(java.lang.Long signatureUserProfileId)
ID of the user profile containing the signature that will be embedded into order documents.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getContactInfo()
null for nonepublic OrderContact setContactInfo(java.lang.String contactInfo)
contactInfo - contactInfo or null for nonepublic java.lang.String getContactName()
null for nonepublic OrderContact setContactName(java.lang.String contactName)
contactName - contactName or null for nonepublic java.lang.String getContactTitle()
null for nonepublic OrderContact setContactTitle(java.lang.String contactTitle)
contactTitle - contactTitle or null for nonepublic java.lang.String getContactType()
null for nonepublic OrderContact setContactType(java.lang.String contactType)
contactType - contactType or null for nonepublic java.lang.Long getSignatureUserProfileId()
null for nonepublic OrderContact setSignatureUserProfileId(java.lang.Long signatureUserProfileId)
signatureUserProfileId - signatureUserProfileId or null for nonepublic OrderContact set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderContact clone()
clone in class com.google.api.client.json.GenericJson