public class ShareSpeechByCombinationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
audioFormat |
List<String> |
combinationList |
String |
deviceName |
String |
iotId |
String |
iotInstanceId |
String |
productKey |
String |
speechId |
| 构造器和说明 |
|---|
ShareSpeechByCombinationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShareSpeechByCombinationRequest |
build(Map<String,?> map) |
String |
getAudioFormat() |
List<String> |
getCombinationList() |
String |
getDeviceName() |
String |
getIotId() |
String |
getIotInstanceId() |
String |
getProductKey() |
String |
getSpeechId() |
ShareSpeechByCombinationRequest |
setAudioFormat(String audioFormat) |
ShareSpeechByCombinationRequest |
setCombinationList(List<String> combinationList) |
ShareSpeechByCombinationRequest |
setDeviceName(String deviceName) |
ShareSpeechByCombinationRequest |
setIotId(String iotId) |
ShareSpeechByCombinationRequest |
setIotInstanceId(String iotInstanceId) |
ShareSpeechByCombinationRequest |
setProductKey(String productKey) |
ShareSpeechByCombinationRequest |
setSpeechId(String speechId) |
@NameInMap(value="AudioFormat") public String audioFormat
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="IotId") public String iotId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="SpeechId") public String speechId
public static ShareSpeechByCombinationRequest build(Map<String,?> map) throws Exception
Exceptionpublic ShareSpeechByCombinationRequest setAudioFormat(String audioFormat)
public String getAudioFormat()
public ShareSpeechByCombinationRequest setCombinationList(List<String> combinationList)
public ShareSpeechByCombinationRequest setDeviceName(String deviceName)
public String getDeviceName()
public ShareSpeechByCombinationRequest setIotId(String iotId)
public String getIotId()
public ShareSpeechByCombinationRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public ShareSpeechByCombinationRequest setProductKey(String productKey)
public String getProductKey()
public ShareSpeechByCombinationRequest setSpeechId(String speechId)
public String getSpeechId()
Copyright © 2023. All rights reserved.