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

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

public class BulkMutateJobStats
extends JobStats
implements Serializable

Bulk mutate job-handling statistics.

See Also:
Serialized Form

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

Constructor Detail

BulkMutateJobStats

public BulkMutateJobStats()

BulkMutateJobStats

public BulkMutateJobStats(Integer progressPercent,
                          Long pendingTimeMillis,
                          Long processingTimeMillis,
                          String jobStatsType,
                          Integer numOperations,
                          Integer numFailedOperations,
                          Integer numUnprocessedOperations)
Method Detail

getNumOperations

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

Returns:
numOperations * The total number of operations in this bulk mutate job.

setNumOperations

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

Parameters:
numOperations - * The total number of operations in this bulk mutate job.

getNumFailedOperations

public Integer getNumFailedOperations()
Gets the numFailedOperations value for this BulkMutateJobStats.

Returns:
numFailedOperations * The number of failed operations in this bulk mutate job.

setNumFailedOperations

public void setNumFailedOperations(Integer numFailedOperations)
Sets the numFailedOperations value for this BulkMutateJobStats.

Parameters:
numFailedOperations - * The number of failed operations in this bulk mutate job.

getNumUnprocessedOperations

public Integer getNumUnprocessedOperations()
Gets the numUnprocessedOperations value for this BulkMutateJobStats.

Returns:
numUnprocessedOperations * The number of operations in this bulk mutate job that have not yet been processed, or will not be processed.

setNumUnprocessedOperations

public void setNumUnprocessedOperations(Integer numUnprocessedOperations)
Sets the numUnprocessedOperations value for this BulkMutateJobStats.

Parameters:
numUnprocessedOperations - * The number of operations in this bulk mutate job that have not yet been processed, or will not be processed.

equals

public boolean equals(Object obj)
Overrides:
equals in class JobStats

hashCode

public int hashCode()
Overrides:
hashCode in class JobStats

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.