public class YouTubeVideo 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 YouTubeVideo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="YouTubeVideo">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="videoId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="videoName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
videoId |
protected String |
videoName |
criterionType, id, type| Constructor and Description |
|---|
YouTubeVideo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVideoId()
Gets the value of the videoId property.
|
String |
getVideoName()
Gets the value of the videoName property.
|
void |
setVideoId(String value)
Sets the value of the videoId property.
|
void |
setVideoName(String value)
Sets the value of the videoName property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypepublic String getVideoId()
Stringpublic void setVideoId(String value)
value - allowed object is
Stringpublic String getVideoName()
StringCopyright © 2023. All rights reserved.