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://bingads.microsoft.com/CampaignManagement/v13}Asset">
<sequence>
<element name="CropHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CropWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CropX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CropY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TargetWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cropHeight |
protected Integer |
cropWidth |
protected Integer |
cropX |
protected Integer |
cropY |
protected String |
subType |
protected Integer |
targetHeight |
protected Integer |
targetWidth |
| Constructor and Description |
|---|
ImageAsset() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCropHeight()
Gets the value of the cropHeight property.
|
Integer |
getCropWidth()
Gets the value of the cropWidth property.
|
Integer |
getCropX()
Gets the value of the cropX property.
|
Integer |
getCropY()
Gets the value of the cropY property.
|
String |
getSubType()
Gets the value of the subType property.
|
Integer |
getTargetHeight()
Gets the value of the targetHeight property.
|
Integer |
getTargetWidth()
Gets the value of the targetWidth property.
|
void |
setCropHeight(Integer value)
Sets the value of the cropHeight property.
|
void |
setCropWidth(Integer value)
Sets the value of the cropWidth property.
|
void |
setCropX(Integer value)
Sets the value of the cropX property.
|
void |
setCropY(Integer value)
Sets the value of the cropY property.
|
void |
setSubType(String value)
Sets the value of the subType property.
|
void |
setTargetHeight(Integer value)
Sets the value of the targetHeight property.
|
void |
setTargetWidth(Integer value)
Sets the value of the targetWidth property.
|
protected Integer cropHeight
protected Integer cropWidth
protected Integer cropX
protected Integer cropY
protected String subType
protected Integer targetHeight
protected Integer targetWidth
public Integer getCropHeight()
Integerpublic void setCropHeight(Integer value)
value - allowed object is
Integerpublic Integer getCropWidth()
Integerpublic void setCropWidth(Integer value)
value - allowed object is
Integerpublic Integer getCropX()
Integerpublic void setCropX(Integer value)
value - allowed object is
Integerpublic Integer getCropY()
Integerpublic void setCropY(Integer value)
value - allowed object is
Integerpublic String getSubType()
Stringpublic void setSubType(String value)
value - allowed object is
Stringpublic Integer getTargetHeight()
Integerpublic void setTargetHeight(Integer value)
value - allowed object is
Integerpublic Integer getTargetWidth()
IntegerCopyright © 2024. All rights reserved.