public class DocumentSDK extends AbstractModel
Constructor and Description |
---|
DocumentSDK() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentURL()
Get 生成的 document 会存放到 COS 中,此出参返回产生文件的下载链接。
|
String |
getSdkURL()
Get 生成的 SDK 会存放到 COS 中,此出参返回产生 SDK 文件的下载链接。
|
void |
setDocumentURL(String DocumentURL)
Set 生成的 document 会存放到 COS 中,此出参返回产生文件的下载链接。
|
void |
setSdkURL(String SdkURL)
Set 生成的 SDK 会存放到 COS 中,此出参返回产生 SDK 文件的下载链接。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDocumentURL()
public void setDocumentURL(String DocumentURL)
DocumentURL
- 生成的 document 会存放到 COS 中,此出参返回产生文件的下载链接。public String getSdkURL()
public void setSdkURL(String SdkURL)
SdkURL
- 生成的 SDK 会存放到 COS 中,此出参返回产生 SDK 文件的下载链接。Copyright © 2020. All rights reserved.