public class Video extends Media
Java class for Video complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Video">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Media">
<sequence>
<element name="durationMillis" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="streamingUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="readyToPlayOnTheWeb" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="industryStandardCommercialIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="advertisingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="youTubeVideoIdString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
advertisingId |
protected Long |
durationMillis |
protected String |
industryStandardCommercialIdentifier |
protected Boolean |
readyToPlayOnTheWeb |
protected String |
streamingUrl |
protected String |
youTubeVideoIdString |
creationTime, dimensions, fileSize, mediaId, mediaType, mimeType, name, referenceId, sourceUrl, type, urls| Constructor and Description |
|---|
Video() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdvertisingId()
Gets the value of the advertisingId property.
|
Long |
getDurationMillis()
Gets the value of the durationMillis property.
|
String |
getIndustryStandardCommercialIdentifier()
Gets the value of the industryStandardCommercialIdentifier property.
|
String |
getStreamingUrl()
Gets the value of the streamingUrl property.
|
String |
getYouTubeVideoIdString()
Gets the value of the youTubeVideoIdString property.
|
Boolean |
isReadyToPlayOnTheWeb()
Gets the value of the readyToPlayOnTheWeb property.
|
void |
setAdvertisingId(String value)
Sets the value of the advertisingId property.
|
void |
setDurationMillis(Long value)
Sets the value of the durationMillis property.
|
void |
setIndustryStandardCommercialIdentifier(String value)
Sets the value of the industryStandardCommercialIdentifier property.
|
void |
setReadyToPlayOnTheWeb(Boolean value)
Sets the value of the readyToPlayOnTheWeb property.
|
void |
setStreamingUrl(String value)
Sets the value of the streamingUrl property.
|
void |
setYouTubeVideoIdString(String value)
Sets the value of the youTubeVideoIdString property.
|
getCreationTime, getDimensions, getFileSize, getMediaId, getMediaType, getMimeType, getName, getReferenceId, getSourceUrl, getType, getUrls, setCreationTime, setFileSize, setMediaId, setMediaType, setMimeType, setName, setReferenceId, setSourceUrl, setTypeprotected Long durationMillis
protected String streamingUrl
protected Boolean readyToPlayOnTheWeb
protected String industryStandardCommercialIdentifier
protected String advertisingId
protected String youTubeVideoIdString
public Long getDurationMillis()
Longpublic void setDurationMillis(Long value)
value - allowed object is
Longpublic String getStreamingUrl()
Stringpublic void setStreamingUrl(String value)
value - allowed object is
Stringpublic Boolean isReadyToPlayOnTheWeb()
Booleanpublic void setReadyToPlayOnTheWeb(Boolean value)
value - allowed object is
Booleanpublic String getIndustryStandardCommercialIdentifier()
Stringpublic void setIndustryStandardCommercialIdentifier(String value)
value - allowed object is
Stringpublic String getAdvertisingId()
Stringpublic void setAdvertisingId(String value)
value - allowed object is
Stringpublic String getYouTubeVideoIdString()
StringCopyright © 2023. All rights reserved.