Class BatchResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.BatchResult
-
public class BatchResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BatchResult
public BatchResult()
-
BatchResult
public 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.
-
-
Method Detail
-
getRunning
public Long getRunning()
Get 正在运行的任务数- Returns:
- Running 正在运行的任务数
-
setRunning
public void setRunning(Long Running)
Set 正在运行的任务数- Parameters:
Running
- 正在运行的任务数
-
getSuccess
public Long getSuccess()
Get 执行成功的任务数- Returns:
- Success 执行成功的任务数
-
setSuccess
public void setSuccess(Long Success)
Set 执行成功的任务数- Parameters:
Success
- 执行成功的任务数
-
getFailed
public Long getFailed()
Get 执行失败的任务数- Returns:
- Failed 执行失败的任务数
-
setFailed
public void setFailed(Long Failed)
Set 执行失败的任务数- Parameters:
Failed
- 执行失败的任务数
-
getTotal
public Long getTotal()
Get 总任务数- Returns:
- Total 总任务数
-
setTotal
public void setTotal(Long Total)
Set 总任务数- Parameters:
Total
- 总任务数
-
-