|
||||||||||
| 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.CustomerChangeData
public class CustomerChangeData
Holds information about changes to a customer
| Constructor Summary | |
|---|---|
CustomerChangeData()
|
|
CustomerChangeData(CampaignChangeData[] changedCampaigns,
String lastChangeTimestamp)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CampaignChangeData[] |
getChangedCampaigns()
Gets the changedCampaigns value for this CustomerChangeData. |
CampaignChangeData |
getChangedCampaigns(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getLastChangeTimestamp()
Gets the lastChangeTimestamp value for this CustomerChangeData. |
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 |
setChangedCampaigns(CampaignChangeData[] changedCampaigns)
Sets the changedCampaigns value for this CustomerChangeData. |
void |
setChangedCampaigns(int i,
CampaignChangeData _value)
|
void |
setLastChangeTimestamp(String lastChangeTimestamp)
Sets the lastChangeTimestamp value for this CustomerChangeData. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomerChangeData()
public CustomerChangeData(CampaignChangeData[] changedCampaigns,
String lastChangeTimestamp)
| Method Detail |
|---|
public CampaignChangeData[] getChangedCampaigns()
public void setChangedCampaigns(CampaignChangeData[] changedCampaigns)
changedCampaigns - * A list of campaign changes for the customer, as specified
by the selector. If a campaign is included in the
selector
it will be included in this list, even if it did not
change.public CampaignChangeData getChangedCampaigns(int i)
public void setChangedCampaigns(int i,
CampaignChangeData _value)
public String getLastChangeTimestamp()
public void setLastChangeTimestamp(String lastChangeTimestamp)
lastChangeTimestamp - * The timestamp for the last changed processed for this customer.
It is important that this
timestamp be used for subsequent requests to avoid
missing any changes.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 | |||||||||