|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.ConversionTrackerStats
public class ConversionTrackerStats
Usage stats about a single ConversionTracker.
| 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 |
|---|
public ConversionTrackerStats()
public ConversionTrackerStats(Integer numConversionEvents,
Money conversionValue,
String mostRecentConversionDate,
Integer numConvertedClicks)
| Method Detail |
|---|
public Integer getNumConversionEvents()
public void setNumConversionEvents(Integer numConversionEvents)
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.public Money getConversionValue()
public void setConversionValue(Money conversionValue)
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.public String getMostRecentConversionDate()
public void setMostRecentConversionDate(String mostRecentConversionDate)
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.public Integer getNumConvertedClicks()
public void setNumConvertedClicks(Integer numConvertedClicks)
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.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 | |||||||||