com.google.api.ads.adwords.v201109.cm
Class ReportDefinitionPage

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

public class ReportDefinitionPage
extends Object
implements Serializable

Contains a subset of report definitions resulting from the filtering and paging of the ReportDefinitionService#get call.

See Also:
Serialized Form

Constructor Summary
ReportDefinitionPage()
           
ReportDefinitionPage(ReportDefinition[] entries, Integer totalNumEntries)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ReportDefinition[] getEntries()
          Gets the entries value for this ReportDefinitionPage.
 ReportDefinition getEntries(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Integer getTotalNumEntries()
          Gets the totalNumEntries value for this ReportDefinitionPage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEntries(int i, ReportDefinition _value)
           
 void setEntries(ReportDefinition[] entries)
          Sets the entries value for this ReportDefinitionPage.
 void setTotalNumEntries(Integer totalNumEntries)
          Sets the totalNumEntries value for this ReportDefinitionPage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDefinitionPage

public ReportDefinitionPage()

ReportDefinitionPage

public ReportDefinitionPage(ReportDefinition[] entries,
                            Integer totalNumEntries)
Method Detail

getEntries

public ReportDefinition[] getEntries()
Gets the entries value for this ReportDefinitionPage.

Returns:
entries * The result entries in this page.

setEntries

public void setEntries(ReportDefinition[] entries)
Sets the entries value for this ReportDefinitionPage.

Parameters:
entries - * The result entries in this page.

getEntries

public ReportDefinition getEntries(int i)

setEntries

public void setEntries(int i,
                       ReportDefinition _value)

getTotalNumEntries

public Integer getTotalNumEntries()
Gets the totalNumEntries value for this ReportDefinitionPage.

Returns:
totalNumEntries * Total number of entries in the result that this page is a part of.

setTotalNumEntries

public void setTotalNumEntries(Integer totalNumEntries)
Sets the totalNumEntries value for this ReportDefinitionPage.

Parameters:
totalNumEntries - * Total number of entries in the result that this page is a part of.

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.