com.google.api.ads.adwords.v201109.o
Class BulkOpportunityPage

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

public class BulkOpportunityPage
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

BulkOpportunityPage

public BulkOpportunityPage()

BulkOpportunityPage

public BulkOpportunityPage(Opportunity[] entries,
                           Integer totalNumEntries)
Method Detail

getEntries

public Opportunity[] getEntries()
Gets the entries value for this BulkOpportunityPage.

Returns:
entries

setEntries

public void setEntries(Opportunity[] entries)
Sets the entries value for this BulkOpportunityPage.

Parameters:
entries -

getEntries

public Opportunity getEntries(int i)

setEntries

public void setEntries(int i,
                       Opportunity _value)

getTotalNumEntries

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

Returns:
totalNumEntries

setTotalNumEntries

public void setTotalNumEntries(Integer totalNumEntries)
Sets the totalNumEntries value for this BulkOpportunityPage.

Parameters:
totalNumEntries -

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.