|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.media.model.JobStatus
public class JobStatus
Constructor Summary | |
---|---|
JobStatus()
|
Method Summary | |
---|---|
Integer |
getFailed()
队列中执行失败的任务总数 |
Integer |
getPending()
队列中排队中的任务总数 |
Integer |
getRunning()
队列中运行中的任务总数 |
Integer |
getSuccess()
队列中已执行成功的任务总数 |
Integer |
getTotal()
队列中的任务总数 |
void |
setFailed(Integer failed)
|
void |
setPending(Integer pending)
|
void |
setRunning(Integer running)
|
void |
setSuccess(Integer success)
|
void |
setTotal(Integer total)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobStatus()
Method Detail |
---|
public Integer getTotal()
public void setTotal(Integer total)
public Integer getRunning()
public void setRunning(Integer running)
public Integer getPending()
public void setPending(Integer pending)
public Integer getSuccess()
public void setSuccess(Integer success)
public Integer getFailed()
public void setFailed(Integer failed)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |