|
||||||||||
| 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.JobStats
com.google.api.ads.adwords.v201109.cm.BulkMutateJobStats
public class BulkMutateJobStats
Bulk mutate job-handling statistics.
| 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 |
|---|
public BulkMutateJobStats()
public BulkMutateJobStats(Integer progressPercent,
Long pendingTimeMillis,
Long processingTimeMillis,
String jobStatsType,
Integer numOperations,
Integer numFailedOperations,
Integer numUnprocessedOperations)
| Method Detail |
|---|
public Integer getNumOperations()
public void setNumOperations(Integer numOperations)
numOperations - * The total number of operations in this bulk mutate job.public Integer getNumFailedOperations()
public void setNumFailedOperations(Integer numFailedOperations)
numFailedOperations - * The number of failed operations in this bulk mutate job.public Integer getNumUnprocessedOperations()
public void setNumUnprocessedOperations(Integer numUnprocessedOperations)
numUnprocessedOperations - * The number of operations in this bulk mutate job that have
not yet been
processed, or will not be processed.public boolean equals(Object obj)
equals in class JobStatspublic int hashCode()
hashCode in class JobStatspublic 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 | |||||||||