public class VoiceFilterRequest extends AbstractModel
| Constructor and Description |
|---|
VoiceFilterRequest() |
VoiceFilterRequest(VoiceFilterRequest 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 |
|---|---|
Long |
getBizId()
Get 应用ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID
|
String |
getFileContent()
Get 文件内容,base64编码,FileUrl和FileContent二选一
|
String |
getFileId()
Get 文件ID,表示文件唯一ID
|
String |
getFileName()
Get 文件名
|
String |
getFileUrl()
Get 文件url,urlencode编码,FileUrl和FileContent二选一
|
String |
getOpenId()
Get 用户ID
|
void |
setBizId(Long BizId)
Set 应用ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID
|
void |
setFileContent(String FileContent)
Set 文件内容,base64编码,FileUrl和FileContent二选一
|
void |
setFileId(String FileId)
Set 文件ID,表示文件唯一ID
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setFileUrl(String FileUrl)
Set 文件url,urlencode编码,FileUrl和FileContent二选一
|
void |
setOpenId(String OpenId)
Set 用户ID
|
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, toJsonStringpublic VoiceFilterRequest()
public VoiceFilterRequest(VoiceFilterRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId - 应用ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppIDpublic String getFileId()
public void setFileId(String FileId)
FileId - 文件ID,表示文件唯一IDpublic String getFileName()
public void setFileName(String FileName)
FileName - 文件名public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - 文件url,urlencode编码,FileUrl和FileContent二选一public String getFileContent()
public void setFileContent(String FileContent)
FileContent - 文件内容,base64编码,FileUrl和FileContent二选一public String getOpenId()
public void setOpenId(String OpenId)
OpenId - 用户IDCopyright © 2022. All rights reserved.