public class SaveDocResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SaveDocResponse() |
SaveDocResponse(SaveDocResponse 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 |
getDocBizId()
Get Document ID.
|
Long |
getDuplicateFileCheckType()
Get
|
String |
getErrorLink()
Get Error link.
|
String |
getErrorLinkText()
Get Error link text.
|
String |
getErrorMsg()
Get Import error message.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setDocBizId(String DocBizId)
Set Document ID.
|
void |
setDuplicateFileCheckType(Long DuplicateFileCheckType)
Set
|
void |
setErrorLink(String ErrorLink)
Set Error link.
|
void |
setErrorLinkText(String ErrorLinkText)
Set Error link text.
|
void |
setErrorMsg(String ErrorMsg)
Set Import error message.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, toJsonString
public SaveDocResponse()
public SaveDocResponse(SaveDocResponse source)
public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId
- Document ID.public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- Import error message.public String getErrorLink()
public void setErrorLink(String ErrorLink)
ErrorLink
- Error link.public String getErrorLinkText()
public void setErrorLinkText(String ErrorLinkText)
ErrorLinkText
- Error link text.public Long getDuplicateFileCheckType()
public void setDuplicateFileCheckType(Long DuplicateFileCheckType)
DuplicateFileCheckType
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.