public class YouTubeChannel extends Criterion
A criterion of this type can be either targeted or excluded. This is disabled for AdX when it is contained within Operators: ADD, SET.
Java class for YouTubeChannel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="YouTubeChannel">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="channelId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="channelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelId |
protected String |
channelName |
criterionType, id, type| Constructor and Description |
|---|
YouTubeChannel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelId()
Gets the value of the channelId property.
|
String |
getChannelName()
Gets the value of the channelName property.
|
void |
setChannelId(String value)
Sets the value of the channelId property.
|
void |
setChannelName(String value)
Sets the value of the channelName property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypepublic String getChannelId()
Stringpublic void setChannelId(String value)
value - allowed object is
Stringpublic String getChannelName()
StringCopyright © 2023. All rights reserved.