public final class Recipient
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 |
|---|
Recipient() |
| Modifier and Type | Method and Description |
|---|---|
Recipient |
clone() |
java.lang.String |
getDeliveryType()
The delivery type for the recipient.
|
java.lang.String |
getEmail()
The email address of the recipient.
|
java.lang.String |
getKind()
The kind of resource this is, in this case dfareporting#recipient.
|
Recipient |
set(java.lang.String fieldName,
java.lang.Object value) |
Recipient |
setDeliveryType(java.lang.String deliveryType)
The delivery type for the recipient.
|
Recipient |
setEmail(java.lang.String email)
The email address of the recipient.
|
Recipient |
setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#recipient.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDeliveryType()
null for nonepublic Recipient setDeliveryType(java.lang.String deliveryType)
deliveryType - deliveryType or null for nonepublic java.lang.String getEmail()
null for nonepublic Recipient setEmail(java.lang.String email)
email - email or null for nonepublic java.lang.String getKind()
null for nonepublic Recipient setKind(java.lang.String kind)
kind - kind or null for nonepublic Recipient set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Recipient clone()
clone in class com.google.api.client.json.GenericJson