com.google.api.ads.adwords.v201109.cm
Class ConversionTrackerStats

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.ConversionTrackerStats
All Implemented Interfaces:
Serializable

public class ConversionTrackerStats
extends Object
implements Serializable

Usage stats about a single ConversionTracker.

See Also:
Serialized Form

Constructor Summary
ConversionTrackerStats()
           
ConversionTrackerStats(Integer numConversionEvents, Money conversionValue, String mostRecentConversionDate, Integer numConvertedClicks)
           
 
Method Summary
 boolean equals(Object obj)
           
 Money getConversionValue()
          Gets the conversionValue value for this ConversionTrackerStats.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getMostRecentConversionDate()
          Gets the mostRecentConversionDate value for this ConversionTrackerStats.
 Integer getNumConversionEvents()
          Gets the numConversionEvents value for this ConversionTrackerStats.
 Integer getNumConvertedClicks()
          Gets the numConvertedClicks value for this ConversionTrackerStats.
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 setConversionValue(Money conversionValue)
          Sets the conversionValue value for this ConversionTrackerStats.
 void setMostRecentConversionDate(String mostRecentConversionDate)
          Sets the mostRecentConversionDate value for this ConversionTrackerStats.
 void setNumConversionEvents(Integer numConversionEvents)
          Sets the numConversionEvents value for this ConversionTrackerStats.
 void setNumConvertedClicks(Integer numConvertedClicks)
          Sets the numConvertedClicks value for this ConversionTrackerStats.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionTrackerStats

public ConversionTrackerStats()

ConversionTrackerStats

public ConversionTrackerStats(Integer numConversionEvents,
                              Money conversionValue,
                              String mostRecentConversionDate,
                              Integer numConvertedClicks)
Method Detail

getNumConversionEvents

public Integer getNumConversionEvents()
Gets the numConversionEvents value for this ConversionTrackerStats.

Returns:
numConversionEvents * This field can be selected using the value "NumConversionEvents".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setNumConversionEvents

public void setNumConversionEvents(Integer numConversionEvents)
Sets the numConversionEvents value for this ConversionTrackerStats.

Parameters:
numConversionEvents - * This field can be selected using the value "NumConversionEvents".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getConversionValue

public Money getConversionValue()
Gets the conversionValue value for this ConversionTrackerStats.

Returns:
conversionValue * This field can be selected using the value "ConversionValue".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setConversionValue

public void setConversionValue(Money conversionValue)
Sets the conversionValue value for this ConversionTrackerStats.

Parameters:
conversionValue - * This field can be selected using the value "ConversionValue".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getMostRecentConversionDate

public String getMostRecentConversionDate()
Gets the mostRecentConversionDate value for this ConversionTrackerStats.

Returns:
mostRecentConversionDate * This field can be selected using the value "MostRecentConversionDate".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setMostRecentConversionDate

public void setMostRecentConversionDate(String mostRecentConversionDate)
Sets the mostRecentConversionDate value for this ConversionTrackerStats.

Parameters:
mostRecentConversionDate - * This field can be selected using the value "MostRecentConversionDate".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getNumConvertedClicks

public Integer getNumConvertedClicks()
Gets the numConvertedClicks value for this ConversionTrackerStats.

Returns:
numConvertedClicks * The number of converted clicks, a.k.a. 1-per-click conversions. This field can be selected using the value "NumConvertedClicks".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setNumConvertedClicks

public void setNumConvertedClicks(Integer numConvertedClicks)
Sets the numConvertedClicks value for this ConversionTrackerStats.

Parameters:
numConvertedClicks - * The number of converted clicks, a.k.a. 1-per-click conversions. This field can be selected using the value "NumConvertedClicks".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

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.