com.google.api.adwords.v10
Class AdTextReportJob

java.lang.Object
  extended by com.google.api.adwords.v10.ReportJob
      extended by com.google.api.adwords.v10.AdTextReportJob
All Implemented Interfaces:
java.io.Serializable

public class AdTextReportJob
extends ReportJob
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AdTextReportJob()
           
AdTextReportJob(AdWordsType adWordsType, int[] campaigns)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AdWordsType getAdWordsType()
          Gets the adWordsType value for this AdTextReportJob.
 int[] getCampaigns()
          Gets the campaigns value for this AdTextReportJob.
 int getCampaigns(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdWordsType(AdWordsType adWordsType)
          Sets the adWordsType value for this AdTextReportJob.
 void setCampaigns(int[] campaigns)
          Sets the campaigns value for this AdTextReportJob.
 void setCampaigns(int i, int _value)
           
 
Methods inherited from class com.google.api.adwords.v10.ReportJob
getAggregationType, getClientEmails, getClientEmails, getCrossClient, getEndDay, getId, getName, getStartDay, getStatus, setAggregationType, setClientEmails, setClientEmails, setCrossClient, setEndDay, setId, setName, setStartDay, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdTextReportJob

public AdTextReportJob()

AdTextReportJob

public AdTextReportJob(AdWordsType adWordsType,
                       int[] campaigns)
Method Detail

getAdWordsType

public AdWordsType getAdWordsType()
Gets the adWordsType value for this AdTextReportJob.

Returns:
adWordsType

setAdWordsType

public void setAdWordsType(AdWordsType adWordsType)
Sets the adWordsType value for this AdTextReportJob.

Parameters:
adWordsType -

getCampaigns

public int[] getCampaigns()
Gets the campaigns value for this AdTextReportJob.

Returns:
campaigns

setCampaigns

public void setCampaigns(int[] campaigns)
Sets the campaigns value for this AdTextReportJob.

Parameters:
campaigns -

getCampaigns

public int getCampaigns(int i)

setCampaigns

public void setCampaigns(int i,
                         int _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ReportJob

hashCode

public int hashCode()
Overrides:
hashCode in class ReportJob

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.