public class BatchOpsDTO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchOpsDTO() | 
| BatchOpsDTO(BatchOpsDTO 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 | getFailCount()Get Failure count
Note: This field may return null, indicating that no valid value can be obtained. | 
| FailMessage[] | getFailMessageList()Get Failure reason
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getSuccessCount()Get Success count
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getTotalCount()Get Total Quantity
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setFailCount(Long FailCount)Set Failure count
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setFailMessageList(FailMessage[] FailMessageList)Set Failure reason
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSuccessCount(Long SuccessCount)Set Success count
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setTotalCount(Long TotalCount)Set Total Quantity
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BatchOpsDTO()
public BatchOpsDTO(BatchOpsDTO source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total Quantity
Note: This field may return null, indicating that no valid value can be obtained.public Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount - Success count
Note: This field may return null, indicating that no valid value can be obtained.public Long getFailCount()
public void setFailCount(Long FailCount)
FailCount - Failure count
Note: This field may return null, indicating that no valid value can be obtained.public FailMessage[] getFailMessageList()
public void setFailMessageList(FailMessage[] FailMessageList)
FailMessageList - Failure reason
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.