public class DataManipulationResultItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataManipulationResultItem() | 
| DataManipulationResultItem(DataManipulationResultItem 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 | getDocId()Get 文档ID | 
| Long | getErrno()Get 错误码 | 
| String | getResult()Get 结果 | 
| void | setDocId(String DocId)Set 文档ID | 
| void | setErrno(Long Errno)Set 错误码 | 
| void | setResult(String Result)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 DataManipulationResultItem()
public DataManipulationResultItem(DataManipulationResultItem source)
public String getResult()
public void setResult(String Result)
Result - 结果public String getDocId()
public void setDocId(String DocId)
DocId - 文档IDpublic Long getErrno()
public void setErrno(Long Errno)
Errno - 错误码Copyright © 2025. All rights reserved.