|
||||||||||
| 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.MobileImageAd
public class MobileImageAd
Represents a mobile image ad.
For more information, see the mobile ads guidelines.
| Constructor Summary | |
|---|---|
MobileImageAd()
|
|
MobileImageAd(Long id,
String url,
String displayUrl,
AdApprovalStatus approvalStatus,
String[] disapprovalReasons,
Boolean trademarkDisapproved,
String adType,
MarkupLanguageType[] markupLanguages,
String[] mobileCarriers,
Image image)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Image |
getImage()
Gets the image value for this MobileImageAd. |
MarkupLanguageType[] |
getMarkupLanguages()
Gets the markupLanguages value for this MobileImageAd. |
MarkupLanguageType |
getMarkupLanguages(int i)
|
String[] |
getMobileCarriers()
Gets the mobileCarriers value for this MobileImageAd. |
String |
getMobileCarriers(int i)
|
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 |
setImage(Image image)
Sets the image value for this MobileImageAd. |
void |
setMarkupLanguages(int i,
MarkupLanguageType _value)
|
void |
setMarkupLanguages(MarkupLanguageType[] markupLanguages)
Sets the markupLanguages value for this MobileImageAd. |
void |
setMobileCarriers(int i,
String _value)
|
void |
setMobileCarriers(String[] mobileCarriers)
Sets the mobileCarriers value for this MobileImageAd. |
| 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 MobileImageAd()
public MobileImageAd(Long id,
String url,
String displayUrl,
AdApprovalStatus approvalStatus,
String[] disapprovalReasons,
Boolean trademarkDisapproved,
String adType,
MarkupLanguageType[] markupLanguages,
String[] mobileCarriers,
Image image)
| Method Detail |
|---|
public MarkupLanguageType[] getMarkupLanguages()
public void setMarkupLanguages(MarkupLanguageType[] markupLanguages)
markupLanguages - * The list of markup languages to use for the mobile ad.
This field
can be selected using the value "MobileImageAdMarkupLanguages".public MarkupLanguageType getMarkupLanguages(int i)
public void setMarkupLanguages(int i,
MarkupLanguageType _value)
public String[] getMobileCarriers()
null.public void setMobileCarriers(String[] mobileCarriers)
mobileCarriers - * The list of mobile carriers to use for the mobile ad. Each
string
must be of the form 'CarrierName@CountryCode'.
To specify that
all available carriers are to be used, use the
reserved keyword
'ALLCARRIERS'. See available
mobile carriers.
This field
can be selected using the value "MobileImageAdMobileCarriers".
This field is required and should
not be null.public String getMobileCarriers(int i)
public void setMobileCarriers(int i,
String _value)
public Image getImage()
public void setImage(Image image)
image - * Image to be used in the mobile image ad.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 | |||||||||