|
||||||||||
| 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.ExperimentSummaryStats
public class ExperimentSummaryStats
Contains how many changes were made associated with an experiment at the adgroup, critieria and creative levels
| Constructor Summary | |
|---|---|
ExperimentSummaryStats()
|
|
ExperimentSummaryStats(Integer adGroupsCount,
Integer adGroupCriteriaCount,
Integer adGroupAdsCount)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Integer |
getAdGroupAdsCount()
Gets the adGroupAdsCount value for this ExperimentSummaryStats. |
Integer |
getAdGroupCriteriaCount()
Gets the adGroupCriteriaCount value for this ExperimentSummaryStats. |
Integer |
getAdGroupsCount()
Gets the adGroupsCount value for this ExperimentSummaryStats. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
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 |
setAdGroupAdsCount(Integer adGroupAdsCount)
Sets the adGroupAdsCount value for this ExperimentSummaryStats. |
void |
setAdGroupCriteriaCount(Integer adGroupCriteriaCount)
Sets the adGroupCriteriaCount value for this ExperimentSummaryStats. |
void |
setAdGroupsCount(Integer adGroupsCount)
Sets the adGroupsCount value for this ExperimentSummaryStats. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExperimentSummaryStats()
public ExperimentSummaryStats(Integer adGroupsCount,
Integer adGroupCriteriaCount,
Integer adGroupAdsCount)
| Method Detail |
|---|
public Integer getAdGroupsCount()
public void setAdGroupsCount(Integer adGroupsCount)
adGroupsCount - * Number of adgroups changed in this experiment
This field can
be selected using the value "AdGroupsCount".public Integer getAdGroupCriteriaCount()
public void setAdGroupCriteriaCount(Integer adGroupCriteriaCount)
adGroupCriteriaCount - * Number of criteria changed in this experiment
This field can
be selected using the value "AdGroupCriteriaCount".public Integer getAdGroupAdsCount()
public void setAdGroupAdsCount(Integer adGroupAdsCount)
adGroupAdsCount - * Number of creatives changed in this experiment
This field can
be selected using the value "AdGroupAdsCount".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 | |||||||||