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