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

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

public class CustomTargetingValuePage
extends Object
implements Serializable

Captures a page of CustomTargetingValue objects.

See Also:
Serialized Form

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

Constructor Detail

CustomTargetingValuePage

public CustomTargetingValuePage()

CustomTargetingValuePage

public CustomTargetingValuePage(Integer totalResultSetSize,
                                Integer startIndex,
                                CustomTargetingValue[] results)
Method Detail

getTotalResultSetSize

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

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

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

getStartIndex

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

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

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

getResults

public CustomTargetingValue[] getResults()
Gets the results value for this CustomTargetingValuePage.

Returns:
results * The collection of custom targeting keys contained within this page.

setResults

public void setResults(CustomTargetingValue[] results)
Sets the results value for this CustomTargetingValuePage.

Parameters:
results - * The collection of custom targeting keys contained within this page.

getResults

public CustomTargetingValue getResults(int i)

setResults

public void setResults(int i,
                       CustomTargetingValue _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.