public class BatchOperateResultOpsDto extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BatchOperateResultOpsDto()  | 
BatchOperateResultOpsDto(BatchOperateResultOpsDto 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 | 
getErrorDesc()
Get Error Description
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getErrorId()
Get Error ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Boolean | 
getResult()
Get ResultNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setErrorDesc(String ErrorDesc)
Set Error Description
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setErrorId(String ErrorId)
Set Error ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setResult(Boolean Result)
Set ResultNote: 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 BatchOperateResultOpsDto()
public BatchOperateResultOpsDto(BatchOperateResultOpsDto source)
public Boolean getResult()
public void setResult(Boolean Result)
Result - ResultNote: This field may return null, indicating that no valid value can be obtained.public String getErrorId()
public void setErrorId(String ErrorId)
ErrorId - Error ID
Note: This field may return null, indicating that no valid value can be obtained.public String getErrorDesc()
public void setErrorDesc(String ErrorDesc)
ErrorDesc - Error Description
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.