public class BotFileData extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BotFileData()
public BotFileData(BotFileData source)
public String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型 A 拨打结果 T 记录详情public String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl
- 文件地址Copyright © 2022. All rights reserved.