|
||||||||||
| 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.AdGroupAd
public class AdGroupAd
Represents an ad in an ad group.
| Constructor Summary | |
|---|---|
AdGroupAd()
|
|
AdGroupAd(Long adGroupId,
Ad ad,
AdGroupAdExperimentData experimentData,
AdGroupAdStatus status,
AdStats stats)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Ad |
getAd()
Gets the ad value for this AdGroupAd. |
Long |
getAdGroupId()
Gets the adGroupId value for this AdGroupAd. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
AdGroupAdExperimentData |
getExperimentData()
Gets the experimentData value for this AdGroupAd. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
AdStats |
getStats()
Gets the stats value for this AdGroupAd. |
AdGroupAdStatus |
getStatus()
Gets the status value for this AdGroupAd. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAd(Ad ad)
Sets the ad value for this AdGroupAd. |
void |
setAdGroupId(Long adGroupId)
Sets the adGroupId value for this AdGroupAd. |
void |
setExperimentData(AdGroupAdExperimentData experimentData)
Sets the experimentData value for this AdGroupAd. |
void |
setStats(AdStats stats)
Sets the stats value for this AdGroupAd. |
void |
setStatus(AdGroupAdStatus status)
Sets the status value for this AdGroupAd. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdGroupAd()
public AdGroupAd(Long adGroupId,
Ad ad,
AdGroupAdExperimentData experimentData,
AdGroupAdStatus status,
AdStats stats)
| Method Detail |
|---|
public Long getAdGroupId()
null.public void setAdGroupId(Long adGroupId)
adGroupId - * The id of the adgroup containing this ad.
This field can
be selected using the value "AdGroupId".This field can be filtered on.
This field is required
and should not be null.public Ad getAd()
null.public void setAd(Ad ad)
ad - * The contents of the ad itself.
This field is required
and should not be null.public AdGroupAdExperimentData getExperimentData()
AdGroupAd.public void setExperimentData(AdGroupAdExperimentData experimentData)
experimentData - * Experiment data associated with this AdGroupAd.public AdGroupAdStatus getStatus()
null when it is contained within Operators : SET.public void setStatus(AdGroupAdStatus status)
status - * The status of the ad.
This field can
be selected using the value "Status".This field can be filtered on.
This field is required
and should not be null when it is contained within Operators : SET.public AdStats getStats()
public void setStats(AdStats stats)
stats - * Statistics about this ad.
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.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 | |||||||||