|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.TrafficEstimatorResult
public class TrafficEstimatorResult
Contains results of traffic estimation request.
| Constructor Summary | |
|---|---|
TrafficEstimatorResult()
|
|
TrafficEstimatorResult(CampaignEstimate[] campaignEstimates)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CampaignEstimate[] |
getCampaignEstimates()
Gets the campaignEstimates value for this TrafficEstimatorResult. |
CampaignEstimate |
getCampaignEstimates(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
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 |
setCampaignEstimates(CampaignEstimate[] campaignEstimates)
Sets the campaignEstimates value for this TrafficEstimatorResult. |
void |
setCampaignEstimates(int i,
CampaignEstimate _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrafficEstimatorResult()
public TrafficEstimatorResult(CampaignEstimate[] campaignEstimates)
| Method Detail |
|---|
public CampaignEstimate[] getCampaignEstimates()
public void setCampaignEstimates(CampaignEstimate[] campaignEstimates)
campaignEstimates - * The estimates for the campaigns specified in the request.
They are listed in the same order as the campaigns
that were sent in the
request.public CampaignEstimate getCampaignEstimates(int i)
public void setCampaignEstimates(int i,
CampaignEstimate _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||