|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.ch.AdGroupChangeData
public class AdGroupChangeData
Holds information about a changed adgroup
| Constructor Summary | |
|---|---|
AdGroupChangeData()
|
|
AdGroupChangeData(Long adGroupId,
ChangeStatus adGroupChangeStatus,
long[] changedAds,
long[] changedCriteria,
long[] deletedCriteria)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ChangeStatus |
getAdGroupChangeStatus()
Gets the adGroupChangeStatus value for this AdGroupChangeData. |
Long |
getAdGroupId()
Gets the adGroupId value for this AdGroupChangeData. |
long[] |
getChangedAds()
Gets the changedAds value for this AdGroupChangeData. |
long |
getChangedAds(int i)
|
long[] |
getChangedCriteria()
Gets the changedCriteria value for this AdGroupChangeData. |
long |
getChangedCriteria(int i)
|
long[] |
getDeletedCriteria()
Gets the deletedCriteria value for this AdGroupChangeData. |
long |
getDeletedCriteria(int i)
|
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 |
setAdGroupChangeStatus(ChangeStatus adGroupChangeStatus)
Sets the adGroupChangeStatus value for this AdGroupChangeData. |
void |
setAdGroupId(Long adGroupId)
Sets the adGroupId value for this AdGroupChangeData. |
void |
setChangedAds(int i,
long _value)
|
void |
setChangedAds(long[] changedAds)
Sets the changedAds value for this AdGroupChangeData. |
void |
setChangedCriteria(int i,
long _value)
|
void |
setChangedCriteria(long[] changedCriteria)
Sets the changedCriteria value for this AdGroupChangeData. |
void |
setDeletedCriteria(int i,
long _value)
|
void |
setDeletedCriteria(long[] deletedCriteria)
Sets the deletedCriteria value for this AdGroupChangeData. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdGroupChangeData()
public AdGroupChangeData(Long adGroupId,
ChangeStatus adGroupChangeStatus,
long[] changedAds,
long[] changedCriteria,
long[] deletedCriteria)
| Method Detail |
|---|
public Long getAdGroupId()
public void setAdGroupId(Long adGroupId)
adGroupId - * The adgroup Id.public ChangeStatus getAdGroupChangeStatus()
public void setAdGroupChangeStatus(ChangeStatus adGroupChangeStatus)
adGroupChangeStatus - * Whether or not the fields of this adgroup have changed, for
example the AdGroup name.
Changes to the Ads and Criteria are enumerated in
their respective lists and will not
be reflected in this status.public long[] getChangedAds()
public void setChangedAds(long[] changedAds)
changedAds - * The IDs of any changed ads of this adgroup. This includes
ads that have been deleted.public long getChangedAds(int i)
public void setChangedAds(int i,
long _value)
public long[] getChangedCriteria()
public void setChangedCriteria(long[] changedCriteria)
changedCriteria - * The IDs of any changed criterion of this adgroup.public long getChangedCriteria(int i)
public void setChangedCriteria(int i,
long _value)
public long[] getDeletedCriteria()
public void setDeletedCriteria(long[] deletedCriteria)
deletedCriteria - * The IDs of any deleted criterion of this adgroup.public long getDeletedCriteria(int i)
public void setDeletedCriteria(int i,
long _value)
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 | |||||||||