|
||||||||||
| 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.RichMediaAd
public abstract class RichMediaAd
Data associated with a rich media ad.
| Constructor Summary | |
|---|---|
RichMediaAd()
|
|
RichMediaAd(Long id,
String url,
String displayUrl,
AdApprovalStatus approvalStatus,
String[] disapprovalReasons,
Boolean trademarkDisapproved,
String adType,
String name,
Dimensions dimensions,
String snippet,
String impressionBeaconUrl,
Long certifiedVendorFormatId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getCertifiedVendorFormatId()
Gets the certifiedVendorFormatId value for this RichMediaAd. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Dimensions |
getDimensions()
Gets the dimensions value for this RichMediaAd. |
String |
getImpressionBeaconUrl()
Gets the impressionBeaconUrl value for this RichMediaAd. |
String |
getName()
Gets the name value for this RichMediaAd. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getSnippet()
Gets the snippet value for this RichMediaAd. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCertifiedVendorFormatId(Long certifiedVendorFormatId)
Sets the certifiedVendorFormatId value for this RichMediaAd. |
void |
setDimensions(Dimensions dimensions)
Sets the dimensions value for this RichMediaAd. |
void |
setImpressionBeaconUrl(String impressionBeaconUrl)
Sets the impressionBeaconUrl value for this RichMediaAd. |
void |
setName(String name)
Sets the name value for this RichMediaAd. |
void |
setSnippet(String snippet)
Sets the snippet value for this RichMediaAd. |
| 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 RichMediaAd()
public RichMediaAd(Long id,
String url,
String displayUrl,
AdApprovalStatus approvalStatus,
String[] disapprovalReasons,
Boolean trademarkDisapproved,
String adType,
String name,
Dimensions dimensions,
String snippet,
String impressionBeaconUrl,
Long certifiedVendorFormatId)
| Method Detail |
|---|
public String getName()
null.public void setName(String name)
name - * Name of the rich media ad.
This field
can be selected using the value "RichMediaAdName".
This field is
required and should not be null.public Dimensions getDimensions()
public void setDimensions(Dimensions dimensions)
dimensions - * Dimensions (height and width) of the ad.
It's required for standard third party ads.public String getSnippet()
public void setSnippet(String snippet)
snippet - * Snippet for this ad.
It's required for standard third party ads.
This field
can be selected using the value "RichMediaAdSnippet".public String getImpressionBeaconUrl()
public void setImpressionBeaconUrl(String impressionBeaconUrl)
impressionBeaconUrl - * Impression beacon URL for the ad.
This field
can be selected using the value "RichMediaAdImpressionBeaconUrl".public Long getCertifiedVendorFormatId()
null.public void setCertifiedVendorFormatId(Long certifiedVendorFormatId)
certifiedVendorFormatId - *
Certified Vendor Format ID.
This field
can be selected using the value "RichMediaAdCertifiedVendorFormatId".
This field is required and should
not be null.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 | |||||||||