Class BotFileData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.BotFileData
-
public class BotFileData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BotFileData()
BotFileData(BotFileData 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
getCosUrl()
Get 文件地址String
getFileType()
Get 文件类型 A 拨打结果 T 记录详情void
setCosUrl(String CosUrl)
Set 文件地址void
setFileType(String FileType)
Set 文件类型 A 拨打结果 T 记录详情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
-
BotFileData
public BotFileData()
-
BotFileData
public BotFileData(BotFileData 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 文件类型 A 拨打结果 T 记录详情- Returns:
- FileType 文件类型 A 拨打结果 T 记录详情
-
setFileType
public void setFileType(String FileType)
Set 文件类型 A 拨打结果 T 记录详情- Parameters:
FileType
- 文件类型 A 拨打结果 T 记录详情
-
getCosUrl
public String getCosUrl()
Get 文件地址- Returns:
- CosUrl 文件地址
-
setCosUrl
public void setCosUrl(String CosUrl)
Set 文件地址- Parameters:
CosUrl
- 文件地址
-
-