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 | getAsyncActionId()Get 异步操作id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getErrorDesc()Get 错误说明
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getErrorId()Get 错误id
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getResult()Get 结果
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAsyncActionId(String AsyncActionId)Set 异步操作id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setErrorDesc(String ErrorDesc)Set 错误说明
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setErrorId(String ErrorId)Set 错误id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setResult(Boolean Result)Set 结果
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 - 结果
注意:此字段可能返回 null,表示取不到有效值。public String getErrorId()
public void setErrorId(String ErrorId)
ErrorId - 错误id
注意:此字段可能返回 null,表示取不到有效值。public String getErrorDesc()
public void setErrorDesc(String ErrorDesc)
ErrorDesc - 错误说明
注意:此字段可能返回 null,表示取不到有效值。public String getAsyncActionId()
public void setAsyncActionId(String AsyncActionId)
AsyncActionId - 异步操作id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.