Class ExtensionFile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.ExtensionFile
-
public class ExtensionFile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
Get 文件名,长度不超过24String
getFileType()
Get 文件类型。枚举值 FUNCTION:函数代码 STATIC:静态托管代码 SMS:短信文件void
setFileName(String FileName)
Set 文件名,长度不超过24void
setFileType(String FileType)
Set 文件类型。枚举值 FUNCTION:函数代码 STATIC:静态托管代码 SMS:短信文件void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExtensionFile
public ExtensionFile()
-
ExtensionFile
public 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.
-
-
Method Detail
-
getFileType
public String getFileType()
Get 文件类型。枚举值- FUNCTION:函数代码
- STATIC:静态托管代码
- SMS:短信文件
- Returns:
- FileType 文件类型。枚举值
- FUNCTION:函数代码
- STATIC:静态托管代码
- SMS:短信文件
-
setFileType
public void setFileType(String FileType)
Set 文件类型。枚举值- FUNCTION:函数代码
- STATIC:静态托管代码
- SMS:短信文件
- Parameters:
FileType
- 文件类型。枚举值- FUNCTION:函数代码
- STATIC:静态托管代码
- SMS:短信文件
-
getFileName
public String getFileName()
Get 文件名,长度不超过24- Returns:
- FileName 文件名,长度不超过24
-
setFileName
public void setFileName(String FileName)
Set 文件名,长度不超过24- Parameters:
FileName
- 文件名,长度不超过24
-
-