public class BatchOperationOpsDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
BatchOperationOpsDto() |
BatchOperationOpsDto(BatchOperationOpsDto 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 |
|---|---|
String |
getAsyncActionId()
Get Unique id of the asynchronous operation record.
|
Long |
getFailedCount()
Get Number of failed batch operations
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getSuccessCount()
Get Number of successful batch operations
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalCount()
Get Total number of batch operations
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAsyncActionId(String AsyncActionId)
Set Unique id of the asynchronous operation record.
|
void |
setFailedCount(Long FailedCount)
Set Number of failed batch operations
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSuccessCount(Long SuccessCount)
Set Number of successful batch operations
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalCount(Long TotalCount)
Set Total number of batch operations
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 BatchOperationOpsDto()
public BatchOperationOpsDto(BatchOperationOpsDto source)
public Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount - Number of successful batch operations
Note: This field may return null, indicating that no valid value can be obtained.public Long getFailedCount()
public void setFailedCount(Long FailedCount)
FailedCount - Number of failed batch operations
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of batch operations
Note: This field may return null, indicating that no valid value can be obtained.public String getAsyncActionId()
public void setAsyncActionId(String AsyncActionId)
AsyncActionId - Unique id of the asynchronous operation record.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.