com.google.api.adwords.v10
Class AdImageReportJob

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

public class AdImageReportJob
extends ReportJob
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AdImageReportJob()
           
AdImageReportJob(int[] campaigns)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int[] getCampaigns()
          Gets the campaigns value for this AdImageReportJob.
 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 setCampaigns(int[] campaigns)
          Sets the campaigns value for this AdImageReportJob.
 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

AdImageReportJob

public AdImageReportJob()

AdImageReportJob

public AdImageReportJob(int[] campaigns)
Method Detail

getCampaigns

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

Returns:
campaigns

setCampaigns

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

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.