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 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 DocumentSDK()
public DocumentSDK(DocumentSDK source)
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 © 2021. All rights reserved.