public class CreateAppResponse extends AbstractModel
Constructor and Description |
---|
CreateAppResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Get Application name, which is passed through from the `AppName` input parameter
|
Long |
getBizId()
Get Application ID, which is automatically generated by the backend.
|
Long |
getCreateTime()
Get Service creation timestamp
|
Long |
getProjectId()
Get Project ID, which is passed through from the entered `ProjectId`
|
RealtimeSpeechConf |
getRealtimeSpeechConf()
Get Configuration information of voice chat
|
String |
getSecretKey()
Get Application key, which is used when the GME SDK is initialized
|
VoiceFilterConf |
getVoiceFilterConf()
Get Configuration information of phrase analysis
|
VoiceMessageConf |
getVoiceMessageConf()
Get Configuration information of voice messaging and speech-to-text
|
void |
setAppName(String AppName)
Set Application name, which is passed through from the `AppName` input parameter
|
void |
setBizId(Long BizId)
Set Application ID, which is automatically generated by the backend.
|
void |
setCreateTime(Long CreateTime)
Set Service creation timestamp
|
void |
setProjectId(Long ProjectId)
Set Project ID, which is passed through from the entered `ProjectId`
|
void |
setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)
Set Configuration information of voice chat
|
void |
setSecretKey(String SecretKey)
Set Application key, which is used when the GME SDK is initialized
|
void |
setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
Set Configuration information of phrase analysis
|
void |
setVoiceMessageConf(VoiceMessageConf VoiceMessageConf)
Set Configuration information of voice messaging and speech-to-text
|
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 Long getBizId()
public void setBizId(Long BizId)
BizId
- Application ID, which is automatically generated by the backend.public String getAppName()
public void setAppName(String AppName)
AppName
- Application name, which is passed through from the `AppName` input parameterpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID, which is passed through from the entered `ProjectId`public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- Application key, which is used when the GME SDK is initializedpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Service creation timestamppublic RealtimeSpeechConf getRealtimeSpeechConf()
public void setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)
RealtimeSpeechConf
- Configuration information of voice chatpublic VoiceMessageConf getVoiceMessageConf()
public void setVoiceMessageConf(VoiceMessageConf VoiceMessageConf)
VoiceMessageConf
- Configuration information of voice messaging and speech-to-textpublic VoiceFilterConf getVoiceFilterConf()
public void setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
VoiceFilterConf
- Configuration information of phrase analysisCopyright © 2020. All rights reserved.