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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.JobStats
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BulkMutateJobStats

public class JobStats
extends Object
implements Serializable

Job-handling statistics.

See Also:
Serialized Form

Constructor Summary
JobStats()
           
JobStats(Integer progressPercent, Long pendingTimeMillis, Long processingTimeMillis, String jobStatsType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getJobStatsType()
          Gets the jobStatsType value for this JobStats.
 Long getPendingTimeMillis()
          Gets the pendingTimeMillis value for this JobStats.
 Long getProcessingTimeMillis()
          Gets the processingTimeMillis value for this JobStats.
 Integer getProgressPercent()
          Gets the progressPercent value for this JobStats.
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 setJobStatsType(String jobStatsType)
          Sets the jobStatsType value for this JobStats.
 void setPendingTimeMillis(Long pendingTimeMillis)
          Sets the pendingTimeMillis value for this JobStats.
 void setProcessingTimeMillis(Long processingTimeMillis)
          Sets the processingTimeMillis value for this JobStats.
 void setProgressPercent(Integer progressPercent)
          Sets the progressPercent value for this JobStats.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobStats

public JobStats()

JobStats

public JobStats(Integer progressPercent,
                Long pendingTimeMillis,
                Long processingTimeMillis,
                String jobStatsType)
Method Detail

getProgressPercent

public Integer getProgressPercent()
Gets the progressPercent value for this JobStats.

Returns:
progressPercent * The percent of the job's total work that is completed.

setProgressPercent

public void setProgressPercent(Integer progressPercent)
Sets the progressPercent value for this JobStats.

Parameters:
progressPercent - * The percent of the job's total work that is completed.

getPendingTimeMillis

public Long getPendingTimeMillis()
Gets the pendingTimeMillis value for this JobStats.

Returns:
pendingTimeMillis * The time (in milliseconds) spent by the job in a pending state.

setPendingTimeMillis

public void setPendingTimeMillis(Long pendingTimeMillis)
Sets the pendingTimeMillis value for this JobStats.

Parameters:
pendingTimeMillis - * The time (in milliseconds) spent by the job in a pending state.

getProcessingTimeMillis

public Long getProcessingTimeMillis()
Gets the processingTimeMillis value for this JobStats.

Returns:
processingTimeMillis * The time (in milliseconds) spent by the job in a processing state.

setProcessingTimeMillis

public void setProcessingTimeMillis(Long processingTimeMillis)
Sets the processingTimeMillis value for this JobStats.

Parameters:
processingTimeMillis - * The time (in milliseconds) spent by the job in a processing state.

getJobStatsType

public String getJobStatsType()
Gets the jobStatsType value for this JobStats.

Returns:
jobStatsType * Indicates that this instance is a subtype of JobStats. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setJobStatsType

public void setJobStatsType(String jobStatsType)
Sets the jobStatsType value for this JobStats.

Parameters:
jobStatsType - * Indicates that this instance is a subtype of JobStats. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.