com.google.api.ads.dfp.v201111
Class SuggestedAdUnitPage

java.lang.Object
  extended by com.google.api.ads.dfp.v201111.SuggestedAdUnitPage
All Implemented Interfaces:
Serializable

public class SuggestedAdUnitPage
extends Object
implements Serializable

Contains a page of SuggestedAdUnit objects.

See Also:
Serialized Form

Constructor Summary
SuggestedAdUnitPage()
           
SuggestedAdUnitPage(Integer totalResultSetSize, Integer startIndex, SuggestedAdUnit[] results)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 SuggestedAdUnit[] getResults()
          Gets the results value for this SuggestedAdUnitPage.
 SuggestedAdUnit getResults(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Integer getStartIndex()
          Gets the startIndex value for this SuggestedAdUnitPage.
 Integer getTotalResultSetSize()
          Gets the totalResultSetSize value for this SuggestedAdUnitPage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResults(int i, SuggestedAdUnit _value)
           
 void setResults(SuggestedAdUnit[] results)
          Sets the results value for this SuggestedAdUnitPage.
 void setStartIndex(Integer startIndex)
          Sets the startIndex value for this SuggestedAdUnitPage.
 void setTotalResultSetSize(Integer totalResultSetSize)
          Sets the totalResultSetSize value for this SuggestedAdUnitPage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestedAdUnitPage

public SuggestedAdUnitPage()

SuggestedAdUnitPage

public SuggestedAdUnitPage(Integer totalResultSetSize,
                           Integer startIndex,
                           SuggestedAdUnit[] results)
Method Detail

getTotalResultSetSize

public Integer getTotalResultSetSize()
Gets the totalResultSetSize value for this SuggestedAdUnitPage.

Returns:
totalResultSetSize * The size of the total result set to which this page belongs.

setTotalResultSetSize

public void setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this SuggestedAdUnitPage.

Parameters:
totalResultSetSize - * The size of the total result set to which this page belongs.

getStartIndex

public Integer getStartIndex()
Gets the startIndex value for this SuggestedAdUnitPage.

Returns:
startIndex * The absolute index in the total result set on which this page begins.

setStartIndex

public void setStartIndex(Integer startIndex)
Sets the startIndex value for this SuggestedAdUnitPage.

Parameters:
startIndex - * The absolute index in the total result set on which this page begins.

getResults

public SuggestedAdUnit[] getResults()
Gets the results value for this SuggestedAdUnitPage.

Returns:
results * The collection of suggested ad units contained within this page.

setResults

public void setResults(SuggestedAdUnit[] results)
Sets the results value for this SuggestedAdUnitPage.

Parameters:
results - * The collection of suggested ad units contained within this page.

getResults

public SuggestedAdUnit getResults(int i)

setResults

public void setResults(int i,
                       SuggestedAdUnit _value)

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.