|
||||||||||
| 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
public class JobStats
Job-handling statistics.
| 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 |
|---|
public JobStats()
public JobStats(Integer progressPercent,
Long pendingTimeMillis,
Long processingTimeMillis,
String jobStatsType)
| Method Detail |
|---|
public Integer getProgressPercent()
public void setProgressPercent(Integer progressPercent)
progressPercent - * The percent of the job's total work that is completed.public Long getPendingTimeMillis()
public void setPendingTimeMillis(Long pendingTimeMillis)
pendingTimeMillis - * The time (in milliseconds) spent by the job in a pending state.public Long getProcessingTimeMillis()
public void setProcessingTimeMillis(Long processingTimeMillis)
processingTimeMillis - * The time (in milliseconds) spent by the job in a processing
state.public String getJobStatsType()
public void setJobStatsType(String jobStatsType)
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.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 | |||||||||