Class VoiceMessageConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.VoiceMessageConf
-
public class VoiceMessageConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()Get 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文StringgetStatus()Get 离线语音服务开关,取值:open/closevoidsetLanguage(String Language)Set 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文voidsetStatus(String Status)Set 离线语音服务开关,取值:open/closevoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VoiceMessageConf
public VoiceMessageConf()
-
VoiceMessageConf
public 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.
-
-
Method Detail
-
getStatus
public String getStatus()
Get 离线语音服务开关,取值:open/close- Returns:
- Status 离线语音服务开关,取值:open/close
-
setStatus
public void setStatus(String Status)
Set 离线语音服务开关,取值:open/close- Parameters:
Status- 离线语音服务开关,取值:open/close
-
getLanguage
public String getLanguage()
Get 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文- Returns:
- Language 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文
-
setLanguage
public void setLanguage(String Language)
Set 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文- Parameters:
Language- 离线语音支持语种,取值: all-全部,cnen-中英文。默认为中英文
-
-