public class DocumentSDK extends AbstractModel
Constructor and Description |
---|
DocumentSDK() |
DocumentSDK(DocumentSDK 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 |
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 DocumentSDK()
public DocumentSDK(DocumentSDK source)
public String getDocumentURL()
public void setDocumentURL(String DocumentURL)
DocumentURL
- 生成的 document 会存放到 COS 中,此出参返回产生文件的下载链接。public String getSdkURL()
public void setSdkURL(String SdkURL)
SdkURL
- 生成的 SDK 会存放到 COS 中,此出参返回产生 SDK 文件的下载链接。Copyright © 2021. All rights reserved.