public class BatchOperateResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchOperateResult() |
BatchOperateResult(BatchOperateResult 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 |
getFailedCount()
Get Number of Batch Operations Failed
|
Long |
getSuccessCount()
Get Number of Batch Operations Succeeded
|
Long |
getTotalCount()
Get Total Number of Batch Operations
|
void |
setFailedCount(Long FailedCount)
Set Number of Batch Operations Failed
|
void |
setSuccessCount(Long SuccessCount)
Set Number of Batch Operations Succeeded
|
void |
setTotalCount(Long TotalCount)
Set Total Number of Batch Operations
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchOperateResult()
public BatchOperateResult(BatchOperateResult source)
public Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount
- Number of Batch Operations Succeededpublic Long getFailedCount()
public void setFailedCount(Long FailedCount)
FailedCount
- Number of Batch Operations Failedpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total Number of Batch OperationsCopyright © 2024. All rights reserved.