public class VoiceMessageConf extends AbstractModel
Constructor and Description |
---|
VoiceMessageConf() |
VoiceMessageConf(VoiceMessageConf 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 |
getLanguage()
Get 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文
|
String |
getStatus()
Get 离线语音服务开关,取值:open/close
|
void |
setLanguage(String Language)
Set 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文
|
void |
setStatus(String Status)
Set 离线语音服务开关,取值:open/close
|
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 VoiceMessageConf()
public VoiceMessageConf(VoiceMessageConf source)
public String getStatus()
public void setStatus(String Status)
Status
- 离线语音服务开关,取值:open/closepublic String getLanguage()
public void setLanguage(String Language)
Language
- 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文Copyright © 2022. All rights reserved.