public class DeleteSpeechRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
iotInstanceId |
List<String> |
speechCodeList |
| 构造器和说明 |
|---|
DeleteSpeechRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteSpeechRequest |
build(Map<String,?> map) |
String |
getIotInstanceId() |
List<String> |
getSpeechCodeList() |
DeleteSpeechRequest |
setIotInstanceId(String iotInstanceId) |
DeleteSpeechRequest |
setSpeechCodeList(List<String> speechCodeList) |
@NameInMap(value="IotInstanceId") public String iotInstanceId
public static DeleteSpeechRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteSpeechRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public DeleteSpeechRequest setSpeechCodeList(List<String> speechCodeList)
Copyright © 2023. All rights reserved.