public class DataManipulationResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataManipulationResult() | 
| DataManipulationResult(DataManipulationResult 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 | getAppId()Get 应用ID | 
| String | getErrorResult()Get 异常信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| DataManipulationResultItem[] | getResult()Get 操作结果明细
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSeq()Get 序号 | 
| String | getTotalResult()Get 结果 | 
| void | setAppId(Long AppId)Set 应用ID | 
| void | setErrorResult(String ErrorResult)Set 异常信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setResult(DataManipulationResultItem[] Result)Set 操作结果明细
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSeq(Long Seq)Set 序号 | 
| void | setTotalResult(String TotalResult)Set 结果 | 
| 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 DataManipulationResult()
public DataManipulationResult(DataManipulationResult source)
public Long getAppId()
public void setAppId(Long AppId)
AppId - 应用IDpublic Long getSeq()
public void setSeq(Long Seq)
Seq - 序号public String getTotalResult()
public void setTotalResult(String TotalResult)
TotalResult - 结果public DataManipulationResultItem[] getResult()
public void setResult(DataManipulationResultItem[] Result)
Result - 操作结果明细
注意:此字段可能返回 null,表示取不到有效值。public String getErrorResult()
public void setErrorResult(String ErrorResult)
ErrorResult - 异常信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.