public final class CustomRichMediaEvents
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 |
|---|
CustomRichMediaEvents() |
| Modifier and Type | Method and Description |
|---|---|
CustomRichMediaEvents |
clone() |
java.util.List<DimensionValue> |
getFilteredEventIds()
List of custom rich media event IDs.
|
java.lang.String |
getKind()
The kind of resource this is, in this case dfareporting#customRichMediaEvents.
|
CustomRichMediaEvents |
set(java.lang.String fieldName,
java.lang.Object value) |
CustomRichMediaEvents |
setFilteredEventIds(java.util.List<DimensionValue> filteredEventIds)
List of custom rich media event IDs.
|
CustomRichMediaEvents |
setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#customRichMediaEvents.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<DimensionValue> getFilteredEventIds()
null for nonepublic CustomRichMediaEvents setFilteredEventIds(java.util.List<DimensionValue> filteredEventIds)
filteredEventIds - filteredEventIds or null for nonepublic java.lang.String getKind()
null for nonepublic CustomRichMediaEvents setKind(java.lang.String kind)
kind - kind or null for nonepublic CustomRichMediaEvents set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CustomRichMediaEvents clone()
clone in class com.google.api.client.json.GenericJson