public class FilesUploadsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FilesUploadsRequest() | 
| FilesUploadsRequest(FilesUploadsRequest 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 | getName()Get 文件名。 | 
| String | getURL()Get 文件链接。目前支持 csv, doc, docx, pdf, ppt, pptx, txt, xls, xlsx 格式,单文件大小限制为100M。 | 
| void | setName(String Name)Set 文件名。 | 
| void | setURL(String URL)Set 文件链接。目前支持 csv, doc, docx, pdf, ppt, pptx, txt, xls, xlsx 格式,单文件大小限制为100M。 | 
| 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 FilesUploadsRequest()
public FilesUploadsRequest(FilesUploadsRequest source)
public String getName()
public void setName(String Name)
Name - 文件名。public String getURL()
public void setURL(String URL)
URL - 文件链接。目前支持 csv, doc, docx, pdf, ppt, pptx, txt, xls, xlsx 格式,单文件大小限制为100M。Copyright © 2025. All rights reserved.