com.google.api.ads.adwords.v201109.ch
Class CustomerChangeData

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.ch.CustomerChangeData
All Implemented Interfaces:
Serializable

public class CustomerChangeData
extends Object
implements Serializable

Holds information about changes to a customer

See Also:
Serialized Form

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

CustomerChangeData

public CustomerChangeData()

CustomerChangeData

public CustomerChangeData(CampaignChangeData[] changedCampaigns,
                          String lastChangeTimestamp)
Method Detail

getChangedCampaigns

public CampaignChangeData[] getChangedCampaigns()
Gets the changedCampaigns value for this CustomerChangeData.

Returns:
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.

setChangedCampaigns

public void setChangedCampaigns(CampaignChangeData[] changedCampaigns)
Sets the changedCampaigns value for this CustomerChangeData.

Parameters:
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.

getChangedCampaigns

public CampaignChangeData getChangedCampaigns(int i)

setChangedCampaigns

public void setChangedCampaigns(int i,
                                CampaignChangeData _value)

getLastChangeTimestamp

public String getLastChangeTimestamp()
Gets the lastChangeTimestamp value for this CustomerChangeData.

Returns:
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.

setLastChangeTimestamp

public void setLastChangeTimestamp(String lastChangeTimestamp)
Sets the lastChangeTimestamp value for this CustomerChangeData.

Parameters:
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.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.