public final class Channel
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 |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
clone() |
Long |
getAdvertiserId()
The ID of the advertiser that owns the channel.
|
Long |
getChannelId()
Output only.
|
String |
getDisplayName()
Required.
|
String |
getName()
Output only.
|
Long |
getNegativelyTargetedLineItemCount()
Output only.
|
Long |
getPartnerId()
The ID of the partner that owns the channel.
|
Long |
getPositivelyTargetedLineItemCount()
Output only.
|
Channel |
set(String fieldName,
Object value) |
Channel |
setAdvertiserId(Long advertiserId)
The ID of the advertiser that owns the channel.
|
Channel |
setChannelId(Long channelId)
Output only.
|
Channel |
setDisplayName(String displayName)
Required.
|
Channel |
setName(String name)
Output only.
|
Channel |
setNegativelyTargetedLineItemCount(Long negativelyTargetedLineItemCount)
Output only.
|
Channel |
setPartnerId(Long partnerId)
The ID of the partner that owns the channel.
|
Channel |
setPositivelyTargetedLineItemCount(Long positivelyTargetedLineItemCount)
Output only.
|
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 Long getAdvertiserId()
null for nonepublic Channel setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic Long getChannelId()
null for nonepublic Channel setChannelId(Long channelId)
channelId - channelId or null for nonepublic String getDisplayName()
null for nonepublic Channel setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getName()
null for nonepublic Channel setName(String name)
name - name or null for nonepublic Long getNegativelyTargetedLineItemCount()
null for nonepublic Channel setNegativelyTargetedLineItemCount(Long negativelyTargetedLineItemCount)
negativelyTargetedLineItemCount - negativelyTargetedLineItemCount or null for nonepublic Long getPartnerId()
null for nonepublic Channel setPartnerId(Long partnerId)
partnerId - partnerId or null for nonepublic Long getPositivelyTargetedLineItemCount()
null for nonepublic Channel setPositivelyTargetedLineItemCount(Long positivelyTargetedLineItemCount)
positivelyTargetedLineItemCount - positivelyTargetedLineItemCount or null for nonepublic Channel set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Channel clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.