|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.adwords.v11.StatsRecord
public class StatsRecord
| Constructor Summary | |
|---|---|
StatsRecord()
|
|
StatsRecord(double averagePosition,
long clicks,
double conversionRate,
long conversions,
long cost,
long id,
long impressions)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
double |
getAveragePosition()
Gets the averagePosition value for this StatsRecord. |
long |
getClicks()
Gets the clicks value for this StatsRecord. |
double |
getConversionRate()
Gets the conversionRate value for this StatsRecord. |
long |
getConversions()
Gets the conversions value for this StatsRecord. |
long |
getCost()
Gets the cost value for this StatsRecord. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this StatsRecord. |
long |
getImpressions()
Gets the impressions value for this StatsRecord. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAveragePosition(double averagePosition)
Sets the averagePosition value for this StatsRecord. |
void |
setClicks(long clicks)
Sets the clicks value for this StatsRecord. |
void |
setConversionRate(double conversionRate)
Sets the conversionRate value for this StatsRecord. |
void |
setConversions(long conversions)
Sets the conversions value for this StatsRecord. |
void |
setCost(long cost)
Sets the cost value for this StatsRecord. |
void |
setId(long id)
Sets the id value for this StatsRecord. |
void |
setImpressions(long impressions)
Sets the impressions value for this StatsRecord. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatsRecord()
public StatsRecord(double averagePosition,
long clicks,
double conversionRate,
long conversions,
long cost,
long id,
long impressions)
| Method Detail |
|---|
public double getAveragePosition()
public void setAveragePosition(double averagePosition)
averagePosition - public long getClicks()
public void setClicks(long clicks)
clicks - public double getConversionRate()
public void setConversionRate(double conversionRate)
conversionRate - public long getConversions()
public void setConversions(long conversions)
conversions - public long getCost()
public void setCost(long cost)
cost - public long getId()
public void setId(long id)
id - public long getImpressions()
public void setImpressions(long impressions)
impressions - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||