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

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

public class ResultSet
extends Object
implements Serializable

The ResultSet represents a table of data obtained from the execution of a PQL Statement.

See Also:
Serialized Form

Constructor Summary
ResultSet()
           
ResultSet(ColumnType[] columnTypes, Row[] rows)
           
 
Method Summary
 boolean equals(Object obj)
           
 ColumnType[] getColumnTypes()
          Gets the columnTypes value for this ResultSet.
 ColumnType getColumnTypes(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Row[] getRows()
          Gets the rows value for this ResultSet.
 Row getRows(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setColumnTypes(ColumnType[] columnTypes)
          Sets the columnTypes value for this ResultSet.
 void setColumnTypes(int i, ColumnType _value)
           
 void setRows(int i, Row _value)
           
 void setRows(Row[] rows)
          Sets the rows value for this ResultSet.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSet

public ResultSet()

ResultSet

public ResultSet(ColumnType[] columnTypes,
                 Row[] rows)
Method Detail

getColumnTypes

public ColumnType[] getColumnTypes()
Gets the columnTypes value for this ResultSet.

Returns:
columnTypes * A collection of ColumnType objects.

setColumnTypes

public void setColumnTypes(ColumnType[] columnTypes)
Sets the columnTypes value for this ResultSet.

Parameters:
columnTypes - * A collection of ColumnType objects.

getColumnTypes

public ColumnType getColumnTypes(int i)

setColumnTypes

public void setColumnTypes(int i,
                           ColumnType _value)

getRows

public Row[] getRows()
Gets the rows value for this ResultSet.

Returns:
rows * A collection of Row objects.

setRows

public void setRows(Row[] rows)
Sets the rows value for this ResultSet.

Parameters:
rows - * A collection of Row objects.

getRows

public Row getRows(int i)

setRows

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