public class ExtensionFile extends AbstractModel
Constructor and Description |
---|
ExtensionFile() |
ExtensionFile(ExtensionFile 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 |
getFileName()
Get 文件名,长度不超过24
|
String |
getFileType()
Get 文件类型。枚举值
FUNCTION:函数代码
STATIC:静态托管代码
SMS:短信文件
|
void |
setFileName(String FileName)
Set 文件名,长度不超过24
|
void |
setFileType(String FileType)
Set 文件类型。枚举值
FUNCTION:函数代码
STATIC:静态托管代码
SMS:短信文件
|
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 ExtensionFile()
public ExtensionFile(ExtensionFile source)
public String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型。枚举值
public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名,长度不超过24Copyright © 2022. All rights reserved.