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

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

public class MediaPage
extends Object
implements Serializable

Page of media returned by the MediaService which includes the media.

See Also:
Serialized Form

Constructor Summary
MediaPage()
           
MediaPage(Media[] 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
 Media[] getEntries()
          Gets the entries value for this MediaPage.
 Media 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 MediaPage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEntries(int i, Media _value)
           
 void setEntries(Media[] entries)
          Sets the entries value for this MediaPage.
 void setTotalNumEntries(Integer totalNumEntries)
          Sets the totalNumEntries value for this MediaPage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaPage

public MediaPage()

MediaPage

public MediaPage(Media[] entries,
                 Integer totalNumEntries)
Method Detail

getEntries

public Media[] getEntries()
Gets the entries value for this MediaPage.

Returns:
entries * The result entries in this page.

setEntries

public void setEntries(Media[] entries)
Sets the entries value for this MediaPage.

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

getEntries

public Media getEntries(int i)

setEntries

public void setEntries(int i,
                       Media _value)

getTotalNumEntries

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

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 MediaPage.

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.