public final class FloodlightGroup
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 Display & Video 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FloodlightGroup() |
| Modifier and Type | Method and Description |
|---|---|
FloodlightGroup |
clone() |
ActiveViewVideoViewabilityMetricConfig |
getActiveViewConfig()
The Active View video viewability metric configuration for the Floodlight group.
|
Map<String,Object> |
getCustomVariables()
User-defined custom variables owned by the Floodlight group.
|
String |
getDisplayName()
Required.
|
Long |
getFloodlightGroupId()
Output only.
|
LookbackWindow |
getLookbackWindow()
Required.
|
String |
getName()
Output only.
|
String |
getWebTagType()
Required.
|
FloodlightGroup |
set(String fieldName,
Object value) |
FloodlightGroup |
setActiveViewConfig(ActiveViewVideoViewabilityMetricConfig activeViewConfig)
The Active View video viewability metric configuration for the Floodlight group.
|
FloodlightGroup |
setCustomVariables(Map<String,Object> customVariables)
User-defined custom variables owned by the Floodlight group.
|
FloodlightGroup |
setDisplayName(String displayName)
Required.
|
FloodlightGroup |
setFloodlightGroupId(Long floodlightGroupId)
Output only.
|
FloodlightGroup |
setLookbackWindow(LookbackWindow lookbackWindow)
Required.
|
FloodlightGroup |
setName(String name)
Output only.
|
FloodlightGroup |
setWebTagType(String webTagType)
Required.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ActiveViewVideoViewabilityMetricConfig getActiveViewConfig()
null for nonepublic FloodlightGroup setActiveViewConfig(ActiveViewVideoViewabilityMetricConfig activeViewConfig)
activeViewConfig - activeViewConfig or null for nonepublic Map<String,Object> getCustomVariables()
null for nonepublic FloodlightGroup setCustomVariables(Map<String,Object> customVariables)
customVariables - customVariables or null for nonepublic String getDisplayName()
null for nonepublic FloodlightGroup setDisplayName(String displayName)
displayName - displayName or null for nonepublic Long getFloodlightGroupId()
null for nonepublic FloodlightGroup setFloodlightGroupId(Long floodlightGroupId)
floodlightGroupId - floodlightGroupId or null for nonepublic LookbackWindow getLookbackWindow()
null for nonepublic FloodlightGroup setLookbackWindow(LookbackWindow lookbackWindow)
lookbackWindow - lookbackWindow or null for nonepublic String getName()
null for nonepublic FloodlightGroup setName(String name)
name - name or null for nonepublic String getWebTagType()
null for nonepublic FloodlightGroup setWebTagType(String webTagType)
webTagType - webTagType or null for nonepublic FloodlightGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FloodlightGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.