|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v10.ReportJob
com.google.api.adwords.v10.KeywordReportJob
public class KeywordReportJob
Constructor Summary | |
---|---|
KeywordReportJob()
|
|
KeywordReportJob(AdWordsType adWordsType,
int[] campaigns,
java.lang.Boolean includeZeroImpression,
KeywordStatus[] keywordStatuses,
KeywordType keywordType)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
AdWordsType |
getAdWordsType()
Gets the adWordsType value for this KeywordReportJob. |
int[] |
getCampaigns()
Gets the campaigns value for this KeywordReportJob. |
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 |
java.lang.Boolean |
getIncludeZeroImpression()
Gets the includeZeroImpression value for this KeywordReportJob. |
KeywordStatus[] |
getKeywordStatuses()
Gets the keywordStatuses value for this KeywordReportJob. |
KeywordStatus |
getKeywordStatuses(int i)
|
KeywordType |
getKeywordType()
Gets the keywordType value for this KeywordReportJob. |
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 KeywordReportJob. |
void |
setCampaigns(int[] campaigns)
Sets the campaigns value for this KeywordReportJob. |
void |
setCampaigns(int i,
int _value)
|
void |
setIncludeZeroImpression(java.lang.Boolean includeZeroImpression)
Sets the includeZeroImpression value for this KeywordReportJob. |
void |
setKeywordStatuses(int i,
KeywordStatus _value)
|
void |
setKeywordStatuses(KeywordStatus[] keywordStatuses)
Sets the keywordStatuses value for this KeywordReportJob. |
void |
setKeywordType(KeywordType keywordType)
Sets the keywordType value for this KeywordReportJob. |
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 |
---|
public KeywordReportJob()
public KeywordReportJob(AdWordsType adWordsType, int[] campaigns, java.lang.Boolean includeZeroImpression, KeywordStatus[] keywordStatuses, KeywordType keywordType)
Method Detail |
---|
public AdWordsType getAdWordsType()
public void setAdWordsType(AdWordsType adWordsType)
adWordsType
- public int[] getCampaigns()
public void setCampaigns(int[] campaigns)
campaigns
- public int getCampaigns(int i)
public void setCampaigns(int i, int _value)
public java.lang.Boolean getIncludeZeroImpression()
public void setIncludeZeroImpression(java.lang.Boolean includeZeroImpression)
includeZeroImpression
- public KeywordStatus[] getKeywordStatuses()
public void setKeywordStatuses(KeywordStatus[] keywordStatuses)
keywordStatuses
- public KeywordStatus getKeywordStatuses(int i)
public void setKeywordStatuses(int i, KeywordStatus _value)
public KeywordType getKeywordType()
public void setKeywordType(KeywordType keywordType)
keywordType
- public boolean equals(java.lang.Object obj)
equals
in class ReportJob
public int hashCode()
hashCode
in class ReportJob
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |