|
||||||||||
| 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.CustomerSyncSelector
public class CustomerSyncSelector
A filter for selecting changehistory events for a customer.
| 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 |
|---|
public CustomerSyncSelector()
public CustomerSyncSelector(DateTimeRange dateTimeRange,
long[] campaignIds)
| Method Detail |
|---|
public DateTimeRange getDateTimeRange()
null.public void setDateTimeRange(DateTimeRange dateTimeRange)
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.public long[] getCampaignIds()
null.public void setCampaignIds(long[] campaignIds)
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.public long getCampaignIds(int i)
public void setCampaignIds(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 | |||||||||