com.google.api.ads.adwords.v201109.mcm
Class AlertSelector

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

public class AlertSelector
extends Object
implements Serializable

Selector for querying for alerts.

See Also:
Serialized Form

Constructor Summary
AlertSelector()
           
AlertSelector(AlertQuery query, Paging paging)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Paging getPaging()
          Gets the paging value for this AlertSelector.
 AlertQuery getQuery()
          Gets the query value for this AlertSelector.
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 setPaging(Paging paging)
          Sets the paging value for this AlertSelector.
 void setQuery(AlertQuery query)
          Sets the query value for this AlertSelector.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertSelector

public AlertSelector()

AlertSelector

public AlertSelector(AlertQuery query,
                     Paging paging)
Method Detail

getQuery

public AlertQuery getQuery()
Gets the query value for this AlertSelector.

Returns:
query * Criteria of alerts to select like types and trigger time. This field is required and should not be null.

setQuery

public void setQuery(AlertQuery query)
Sets the query value for this AlertSelector.

Parameters:
query - * Criteria of alerts to select like types and trigger time. This field is required and should not be null.

getPaging

public Paging getPaging()
Gets the paging value for this AlertSelector.

Returns:
paging * Offset and count into the alerts matching this selector. This field is required and should not be null.

setPaging

public void setPaging(Paging paging)
Sets the paging value for this AlertSelector.

Parameters:
paging - * Offset and count into the alerts matching this selector. This field is required and should not be null.

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.