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

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

public class CustomerSyncSelector
extends Object
implements Serializable

A filter for selecting changehistory events for a customer.

See Also:
Serialized Form

Constructor Summary
CustomerSyncSelector()
           
CustomerSyncSelector(DateTimeRange dateTimeRange, long[] campaignIds)
           
 
Method Summary
 boolean equals(Object obj)
           
 long[] getCampaignIds()
          Gets the campaignIds value for this CustomerSyncSelector.
 long getCampaignIds(int i)
           
 DateTimeRange getDateTimeRange()
          Gets the dateTimeRange value for this CustomerSyncSelector.
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 setCampaignIds(int i, long _value)
           
 void setCampaignIds(long[] campaignIds)
          Sets the campaignIds value for this CustomerSyncSelector.
 void setDateTimeRange(DateTimeRange dateTimeRange)
          Sets the dateTimeRange value for this CustomerSyncSelector.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerSyncSelector

public CustomerSyncSelector()

CustomerSyncSelector

public CustomerSyncSelector(DateTimeRange dateTimeRange,
                            long[] campaignIds)
Method Detail

getDateTimeRange

public DateTimeRange getDateTimeRange()
Gets the dateTimeRange value for this CustomerSyncSelector.

Returns:
dateTimeRange * Only return entities that have changed during the specified time range. String Format: yyyyMMdd HHmmss zzz (e.g. 20100609 150223 UTC) This field is required and should not be null.

setDateTimeRange

public void setDateTimeRange(DateTimeRange dateTimeRange)
Sets the dateTimeRange value for this CustomerSyncSelector.

Parameters:
dateTimeRange - * Only return entities that have changed during the specified time range. String Format: yyyyMMdd HHmmss zzz (e.g. 20100609 150223 UTC) This field is required and should not be null.

getCampaignIds

public long[] getCampaignIds()
Gets the campaignIds value for this CustomerSyncSelector.

Returns:
campaignIds * Return entities belonging to these campaigns. This field must contain distinct elements. This field must contain at least one element. This field is required and should not be null.

setCampaignIds

public void setCampaignIds(long[] campaignIds)
Sets the campaignIds value for this CustomerSyncSelector.

Parameters:
campaignIds - * Return entities belonging to these campaigns. This field must contain distinct elements. This field must contain at least one element. This field is required and should not be null.

getCampaignIds

public long getCampaignIds(int i)

setCampaignIds

public void setCampaignIds(int i,
                           long _value)

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.