public class ImageAsset extends Asset
Java class for ImageAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageAsset">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Asset">
<sequence>
<element name="imageData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="imageFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="imageMimeType" type="{https://adwords.google.com/api/adwords/cm/v201809}MediaMimeType" minOccurs="0"/>
<element name="fullSizeInfo" type="{https://adwords.google.com/api/adwords/cm/v201809}ImageDimensionInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImageDimensionInfo |
fullSizeInfo |
protected byte[] |
imageData |
protected Long |
imageFileSize |
protected MediaMimeType |
imageMimeType |
assetId, assetName, assetStatus, assetSubtype, assetType| Constructor and Description |
|---|
ImageAsset() |
| Modifier and Type | Method and Description |
|---|---|
ImageDimensionInfo |
getFullSizeInfo()
Gets the value of the fullSizeInfo property.
|
byte[] |
getImageData()
Gets the value of the imageData property.
|
Long |
getImageFileSize()
Gets the value of the imageFileSize property.
|
MediaMimeType |
getImageMimeType()
Gets the value of the imageMimeType property.
|
void |
setFullSizeInfo(ImageDimensionInfo value)
Sets the value of the fullSizeInfo property.
|
void |
setImageData(byte[] value)
Sets the value of the imageData property.
|
void |
setImageFileSize(Long value)
Sets the value of the imageFileSize property.
|
void |
setImageMimeType(MediaMimeType value)
Sets the value of the imageMimeType property.
|
getAssetId, getAssetName, getAssetStatus, getAssetSubtype, getAssetType, setAssetId, setAssetName, setAssetStatus, setAssetSubtype, setAssetTypeprotected byte[] imageData
protected Long imageFileSize
protected MediaMimeType imageMimeType
protected ImageDimensionInfo fullSizeInfo
public byte[] getImageData()
public void setImageData(byte[] value)
value - allowed object is
byte[]public Long getImageFileSize()
Longpublic void setImageFileSize(Long value)
value - allowed object is
Longpublic MediaMimeType getImageMimeType()
MediaMimeTypepublic void setImageMimeType(MediaMimeType value)
value - allowed object is
MediaMimeTypepublic ImageDimensionInfo getFullSizeInfo()
ImageDimensionInfopublic void setFullSizeInfo(ImageDimensionInfo value)
value - allowed object is
ImageDimensionInfoCopyright © 2023. All rights reserved.