public class FileInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FileInfo() | 
| FileInfo(FileInfo 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 | getFileBody()Get BASE64编码后的文件内容 | 
| String | getFileName()Get 文件名及类型,最大长度不超过200字符 | 
| void | setFileBody(String FileBody)Set BASE64编码后的文件内容 | 
| void | setFileName(String FileName)Set 文件名及类型,最大长度不超过200字符 | 
| 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 FileInfo()
public FileInfo(FileInfo source)
public String getFileBody()
public void setFileBody(String FileBody)
FileBody - BASE64编码后的文件内容public String getFileName()
public void setFileName(String FileName)
FileName - 文件名及类型,最大长度不超过200字符Copyright © 2025. All rights reserved.