public class CreateAppRequest extends AbstractModel
Constructor and Description |
---|
CreateAppRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
获取应用名称
|
String[] |
getEngineList()
获取需要支持的引擎列表,取值android, ios, uinty, cocos, unreal, windows。默认全选。
|
Long |
getProjectId()
获取腾讯云项目id,默认为0,表示默认项目
|
RealtimeSpeechConf |
getRealtimeSpeechConf()
获取实时语音服务配置数据
|
String[] |
getRegionList()
获取服务区域列表, 默认为空数组.
|
Tag[] |
getTags()
获取需要添加的标签列表
|
VoiceFilterConf |
getVoiceFilterConf()
获取语音过滤服务配置数据
|
VoiceMessageConf |
getVoiceMessageConf()
获取离线语音服务配置数据
|
void |
setAppName(String AppName)
设置应用名称
|
void |
setEngineList(String[] EngineList)
设置需要支持的引擎列表,取值android, ios, uinty, cocos, unreal, windows。默认全选。
|
void |
setProjectId(Long ProjectId)
设置腾讯云项目id,默认为0,表示默认项目
|
void |
setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)
设置实时语音服务配置数据
|
void |
setRegionList(String[] RegionList)
设置服务区域列表, 默认为空数组.
|
void |
setTags(Tag[] Tags)
设置需要添加的标签列表
|
void |
setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
设置语音过滤服务配置数据
|
void |
setVoiceMessageConf(VoiceMessageConf VoiceMessageConf)
设置离线语音服务配置数据
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAppName()
public void setAppName(String AppName)
AppName
- 应用名称public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 腾讯云项目id,默认为0,表示默认项目public String[] getEngineList()
public void setEngineList(String[] EngineList)
EngineList
- 需要支持的引擎列表,取值android, ios, uinty, cocos, unreal, windows。默认全选。public String[] getRegionList()
public void setRegionList(String[] RegionList)
RegionList
- 服务区域列表, 默认为空数组. 取值: mainland(美), sa(南美), eu(欧洲), oc(澳洲), me(中东)。默认全选public RealtimeSpeechConf getRealtimeSpeechConf()
public void setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)
RealtimeSpeechConf
- 实时语音服务配置数据public VoiceMessageConf getVoiceMessageConf()
public void setVoiceMessageConf(VoiceMessageConf VoiceMessageConf)
VoiceMessageConf
- 离线语音服务配置数据public VoiceFilterConf getVoiceFilterConf()
public void setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
VoiceFilterConf
- 语音过滤服务配置数据public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 需要添加的标签列表Copyright © 2019. All rights reserved.