com.google.api.ads.adwords.v201109.o
Class EstimateRequest

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.EstimateRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdGroupEstimateRequest, CampaignEstimateRequest, KeywordEstimateRequest

public abstract class EstimateRequest
extends Object
implements Serializable

Abstract class representing a request to estimate stats.

See Also:
Serialized Form

Constructor Summary
EstimateRequest()
           
EstimateRequest(String estimateRequestType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEstimateRequestType()
          Gets the estimateRequestType value for this EstimateRequest.
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 setEstimateRequestType(String estimateRequestType)
          Sets the estimateRequestType value for this EstimateRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstimateRequest

public EstimateRequest()

EstimateRequest

public EstimateRequest(String estimateRequestType)
Method Detail

getEstimateRequestType

public String getEstimateRequestType()
Gets the estimateRequestType value for this EstimateRequest.

Returns:
estimateRequestType * Indicates that this instance is a subtype of EstimateRequest. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setEstimateRequestType

public void setEstimateRequestType(String estimateRequestType)
Sets the estimateRequestType value for this EstimateRequest.

Parameters:
estimateRequestType - * Indicates that this instance is a subtype of EstimateRequest. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011. All Rights Reserved.