|
||||||||||
| 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.TrafficEstimatorSelector
public class TrafficEstimatorSelector
Contains a list of campaigns to perform a traffic estimate on.
| Constructor Summary | |
|---|---|
TrafficEstimatorSelector()
|
|
TrafficEstimatorSelector(CampaignEstimateRequest[] campaignEstimateRequests)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CampaignEstimateRequest[] |
getCampaignEstimateRequests()
Gets the campaignEstimateRequests value for this TrafficEstimatorSelector. |
CampaignEstimateRequest |
getCampaignEstimateRequests(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 |
setCampaignEstimateRequests(CampaignEstimateRequest[] campaignEstimateRequests)
Sets the campaignEstimateRequests value for this TrafficEstimatorSelector. |
void |
setCampaignEstimateRequests(int i,
CampaignEstimateRequest _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrafficEstimatorSelector()
public TrafficEstimatorSelector(CampaignEstimateRequest[] campaignEstimateRequests)
| Method Detail |
|---|
public CampaignEstimateRequest[] getCampaignEstimateRequests()
To create a Keyword estimates request, use null campaign id.
The maximum
size of this collection is 5.
This field
must contain distinct elements.
This field
must not contain null elements.
This field must
contain at least one element.
This field is required
and should not be null.
public void setCampaignEstimateRequests(CampaignEstimateRequest[] campaignEstimateRequests)
campaignEstimateRequests - * A list of all campaigns to estimate.
To create a Keyword estimates request, use null campaign id.
The maximum
size of this collection is 5.
This field
must contain distinct elements.
This field
must not contain null elements.
This field must
contain at least one element.
This field is required
and should not be null.
public CampaignEstimateRequest getCampaignEstimateRequests(int i)
public void setCampaignEstimateRequests(int i,
CampaignEstimateRequest _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 | |||||||||