public class BatchResult extends AbstractModel
skipSign
Constructor and Description |
---|
BatchResult() |
BatchResult(BatchResult source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFailed()
Get 执行失败的任务数
|
Long |
getRunning()
Get 正在运行的任务数
|
Long |
getSuccess()
Get 执行成功的任务数
|
Long |
getTotal()
Get 总任务数
|
void |
setFailed(Long Failed)
Set 执行失败的任务数
|
void |
setRunning(Long Running)
Set 正在运行的任务数
|
void |
setSuccess(Long Success)
Set 执行成功的任务数
|
void |
setTotal(Long Total)
Set 总任务数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchResult()
public BatchResult(BatchResult source)
public Long getRunning()
public void setRunning(Long Running)
Running
- 正在运行的任务数public Long getSuccess()
public void setSuccess(Long Success)
Success
- 执行成功的任务数public Long getFailed()
public void setFailed(Long Failed)
Failed
- 执行失败的任务数public Long getTotal()
public void setTotal(Long Total)
Total
- 总任务数Copyright © 2023. All rights reserved.