|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Ad
com.google.api.ads.adwords.v201109.cm.ImageAd
public class ImageAd
Represents an ImageAd.
| Constructor Summary | |
|---|---|
ImageAd()
|
|
ImageAd(Long id,
String url,
String displayUrl,
AdApprovalStatus approvalStatus,
String[] disapprovalReasons,
Boolean trademarkDisapproved,
String adType,
Image image,
String name,
Long adToCopyImageFrom)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getAdToCopyImageFrom()
Gets the adToCopyImageFrom value for this ImageAd. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Image |
getImage()
Gets the image value for this ImageAd. |
String |
getName()
Gets the name value for this ImageAd. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdToCopyImageFrom(Long adToCopyImageFrom)
Sets the adToCopyImageFrom value for this ImageAd. |
void |
setImage(Image image)
Sets the image value for this ImageAd. |
void |
setName(String name)
Sets the name value for this ImageAd. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.Ad |
|---|
getAdType, getApprovalStatus, getDisapprovalReasons, getDisapprovalReasons, getDisplayUrl, getId, getTrademarkDisapproved, getUrl, setAdType, setApprovalStatus, setDisapprovalReasons, setDisapprovalReasons, setDisplayUrl, setId, setTrademarkDisapproved, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageAd()
public ImageAd(Long id,
String url,
String displayUrl,
AdApprovalStatus approvalStatus,
String[] disapprovalReasons,
Boolean trademarkDisapproved,
String adType,
Image image,
String name,
Long adToCopyImageFrom)
| Method Detail |
|---|
public Image getImage()
public void setImage(Image image)
image - * The image data for the adpublic String getName()
null.public void setName(String name)
name - * The name label for this ad
This field
can be selected using the value "ImageCreativeName".This field can be filtered on.
This field is
required and should not be null.public Long getAdToCopyImageFrom()
Operators :
SET, REMOVE. If this field is sent to the API, it will be ignored.public void setAdToCopyImageFrom(Long adToCopyImageFrom)
adToCopyImageFrom - * For ADD operations only: use this field to specify an existing
image ad to copy the image from, in which case the "image" field
can be left empty. This is the preferred way of
copying images
over re-uploading the same image.
This field is
read only and should not be set for following Operators :
SET, REMOVE. If this field is sent to the API, it will be ignored.public boolean equals(Object obj)
equals in class Adpublic int hashCode()
hashCode in class Adpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||