public final class DynamicTargetingKey
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 |
|---|
DynamicTargetingKey() |
| Modifier and Type | Method and Description |
|---|---|
DynamicTargetingKey |
clone() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this dynamic targeting key.
|
java.lang.Long |
getObjectId()
ID of the object of this dynamic targeting key.
|
java.lang.String |
getObjectType()
Type of the object of this dynamic targeting key.
|
DynamicTargetingKey |
set(java.lang.String fieldName,
java.lang.Object value) |
DynamicTargetingKey |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
DynamicTargetingKey |
setName(java.lang.String name)
Name of this dynamic targeting key.
|
DynamicTargetingKey |
setObjectId(java.lang.Long objectId)
ID of the object of this dynamic targeting key.
|
DynamicTargetingKey |
setObjectType(java.lang.String objectType)
Type of the object of this dynamic targeting key.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic DynamicTargetingKey setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic DynamicTargetingKey setName(java.lang.String name)
name - name or null for nonepublic java.lang.Long getObjectId()
null for nonepublic DynamicTargetingKey setObjectId(java.lang.Long objectId)
objectId - objectId or null for nonepublic java.lang.String getObjectType()
null for nonepublic DynamicTargetingKey setObjectType(java.lang.String objectType)
objectType - objectType or null for nonepublic DynamicTargetingKey set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DynamicTargetingKey clone()
clone in class com.google.api.client.json.GenericJson