public class DescribeDownloadFileRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDownloadFileRequest() | 
| DescribeDownloadFileRequest(DescribeDownloadFileRequest 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 | getCodeUri()Get 代码uri,格式如:extension://abcdefhhxxx.zip,对应 DescribeExtensionUploadInfo 接口的返回值 | 
| void | setCodeUri(String CodeUri)Set 代码uri,格式如:extension://abcdefhhxxx.zip,对应 DescribeExtensionUploadInfo 接口的返回值 | 
| 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 DescribeDownloadFileRequest()
public DescribeDownloadFileRequest(DescribeDownloadFileRequest source)
public String getCodeUri()
public void setCodeUri(String CodeUri)
CodeUri - 代码uri,格式如:extension://abcdefhhxxx.zip,对应 DescribeExtensionUploadInfo 接口的返回值Copyright © 2025. All rights reserved.