public class GetDocPreviewRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetDocPreviewRequest() | 
| GetDocPreviewRequest(GetDocPreviewRequest 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 | getBotBizId()Get Application ID. | 
| String | getDocBizId()Get Document BizID. | 
| String | getTypeKey()Get Storage type: offline - offline file; realtime - real-time file. | 
| void | setBotBizId(String BotBizId)Set Application ID. | 
| void | setDocBizId(String DocBizId)Set Document BizID. | 
| void | setTypeKey(String TypeKey)Set Storage type: offline - offline file; realtime - real-time file. | 
| 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 GetDocPreviewRequest()
public GetDocPreviewRequest(GetDocPreviewRequest source)
public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId - Document BizID.public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId - Application ID.public String getTypeKey()
public void setTypeKey(String TypeKey)
TypeKey - Storage type: offline - offline file; realtime - real-time file. If empty, it defaults to offline.Copyright © 2025. All rights reserved.