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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Page
      extended by com.google.api.ads.adwords.v201109.mcm.NoStatsPage
          extended by com.google.api.ads.adwords.v201109.mcm.AlertPage
All Implemented Interfaces:
Serializable

public class AlertPage
extends NoStatsPage
implements Serializable

Contains a subset of Alerts resulting from the filtering and paging, returned by AlertService#get(AlertSelector).

See Also:
Serialized Form

Constructor Summary
AlertPage()
           
AlertPage(Integer totalNumEntries, String pageType, Alert[] entries)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Alert[] getEntries()
          Gets the entries value for this AlertPage.
 Alert getEntries(int i)
           
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 setEntries(Alert[] entries)
          Sets the entries value for this AlertPage.
 void setEntries(int i, Alert _value)
           
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.Page
getPageType, getTotalNumEntries, setPageType, setTotalNumEntries
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertPage

public AlertPage()

AlertPage

public AlertPage(Integer totalNumEntries,
                 String pageType,
                 Alert[] entries)
Method Detail

getEntries

public Alert[] getEntries()
Gets the entries value for this AlertPage.

Returns:
entries

setEntries

public void setEntries(Alert[] entries)
Sets the entries value for this AlertPage.

Parameters:
entries -

getEntries

public Alert getEntries(int i)

setEntries

public void setEntries(int i,
                       Alert _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class NoStatsPage

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.