|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.MediaPage
public class MediaPage
Page of media returned by the MediaService which includes
the media.
| 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 |
|---|
public MediaPage()
public MediaPage(Media[] entries,
Integer totalNumEntries)
| Method Detail |
|---|
public Media[] getEntries()
public void setEntries(Media[] entries)
entries - * The result entries in this page.public Media getEntries(int i)
public void setEntries(int i,
Media _value)
public Integer getTotalNumEntries()
public void setTotalNumEntries(Integer totalNumEntries)
totalNumEntries - * Total number of entries in the result that this page is a part
of.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 | |||||||||