|
||||||||||
| 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.AdExtension
public class AdExtension
Base class for AdExtension objects. An AdExtension is an extension to an existing ad or metadata that will process into an extension. The class is concrete, so ad extensions can be added/removed to campaigns by referring to the id.
| Constructor Summary | |
|---|---|
AdExtension()
|
|
AdExtension(Long id,
String adExtensionType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAdExtensionType()
Gets the adExtensionType value for this AdExtension. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getId()
Gets the id value for this AdExtension. |
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 |
setAdExtensionType(String adExtensionType)
Sets the adExtensionType value for this AdExtension. |
void |
setId(Long id)
Sets the id value for this AdExtension. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdExtension()
public AdExtension(Long id,
String adExtensionType)
| Method Detail |
|---|
public Long getId()
null when it is contained within Operators : REMOVE.public void setId(Long id)
id - * Id of ad extension
This field can
be selected using the value "AdExtensionId".This field can be filtered on.
This field is required
and should not be null when it is contained within Operators : REMOVE.public String getAdExtensionType()
public void setAdExtensionType(String adExtensionType)
adExtensionType - * Indicates that this instance is a subtype of AdExtension.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||