public class MediaBundle extends Media
Java class for MediaBundle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaBundle">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Media">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="mediaBundleUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entryPoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
entryPoint |
protected String |
mediaBundleUrl |
creationTime, dimensions, fileSize, mediaId, mediaType, mimeType, name, referenceId, sourceUrl, type, urls| Constructor and Description |
|---|
MediaBundle() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the value of the data property.
|
String |
getEntryPoint()
Gets the value of the entryPoint property.
|
String |
getMediaBundleUrl()
Gets the value of the mediaBundleUrl property.
|
void |
setData(byte[] value)
Sets the value of the data property.
|
void |
setEntryPoint(String value)
Sets the value of the entryPoint property.
|
void |
setMediaBundleUrl(String value)
Sets the value of the mediaBundleUrl property.
|
getCreationTime, getDimensions, getFileSize, getMediaId, getMediaType, getMimeType, getName, getReferenceId, getSourceUrl, getType, getUrls, setCreationTime, setFileSize, setMediaId, setMediaType, setMimeType, setName, setReferenceId, setSourceUrl, setTypeprotected byte[] data
protected String mediaBundleUrl
protected String entryPoint
public byte[] getData()
public void setData(byte[] value)
value - allowed object is
byte[]public String getMediaBundleUrl()
Stringpublic void setMediaBundleUrl(String value)
value - allowed object is
Stringpublic String getEntryPoint()
StringCopyright © 2023. All rights reserved.