public class DocumentSDK extends AbstractModel
Constructor and Description |
---|
DocumentSDK() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentURL()
Get Download link of generated file.
|
String |
getSdkURL()
Get Download link of generated SDK file.
|
void |
setDocumentURL(String DocumentURL)
Set Download link of generated file.
|
void |
setSdkURL(String SdkURL)
Set Download link of generated SDK file.
|
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
- Download link of generated file. Generated documents will be stored in COS.public String getSdkURL()
public void setSdkURL(String SdkURL)
SdkURL
- Download link of generated SDK file. Generated SDK files will be stored in COS.Copyright © 2020. All rights reserved.