public class ImageMediaRepresentation extends MediaRepresentation
Java class for ImageMediaRepresentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageMediaRepresentation">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}MediaRepresentation">
<sequence>
<element name="Height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
height |
protected Integer |
width |
name, type, url
Constructor and Description |
---|
ImageMediaRepresentation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getHeight()
Gets the value of the height property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
public Integer getHeight()
Integer
public void setHeight(Integer value)
value
- allowed object is
Integer
public Integer getWidth()
Integer
Copyright © 2024. All rights reserved.