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

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

public class BillingSummary
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

BillingSummary

public BillingSummary()

BillingSummary

public BillingSummary(Integer numOperations,
                      Long numUnits)
Method Detail

getNumOperations

public Integer getNumOperations()
Gets the numOperations value for this BillingSummary.

Returns:
numOperations * The number of billable operations performed by this job.

setNumOperations

public void setNumOperations(Integer numOperations)
Sets the numOperations value for this BillingSummary.

Parameters:
numOperations - * The number of billable operations performed by this job.

getNumUnits

public Long getNumUnits()
Gets the numUnits value for this BillingSummary.

Returns:
numUnits * The cost of this job in number of billing quota units.

setNumUnits

public void setNumUnits(Long numUnits)
Sets the numUnits value for this BillingSummary.

Parameters:
numUnits - * The cost of this job in number of billing quota units.

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.