|
||||||||||
| 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.BillingSummary
public class BillingSummary
Represents the billing summary of the job that provides the overall cost of the job's operations, i.e., for the work done by the job. This therefore excludes the cost of operating on the job itself - setting up the job, polling for its status, retrieving the result, etc.
| Constructor Summary | |
|---|---|
BillingSummary()
|
|
BillingSummary(Integer numOperations,
Long numUnits)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getNumOperations()
Gets the numOperations value for this BillingSummary. |
Long |
getNumUnits()
Gets the numUnits value for this BillingSummary. |
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 |
setNumOperations(Integer numOperations)
Sets the numOperations value for this BillingSummary. |
void |
setNumUnits(Long numUnits)
Sets the numUnits value for this BillingSummary. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BillingSummary()
public BillingSummary(Integer numOperations,
Long numUnits)
| Method Detail |
|---|
public Integer getNumOperations()
public void setNumOperations(Integer numOperations)
numOperations - * The number of billable operations performed by this job.public Long getNumUnits()
public void setNumUnits(Long numUnits)
numUnits - * The cost of this job in number of billing quota units.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 | |||||||||