public class DeleteDeviceSpeechRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList |
| 限定符和类型 | 字段和说明 |
|---|---|
List<DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList> |
deviceSpeechList |
String |
iotId |
String |
iotInstanceId |
| 构造器和说明 |
|---|
DeleteDeviceSpeechRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteDeviceSpeechRequest |
build(Map<String,?> map) |
List<DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList> |
getDeviceSpeechList() |
String |
getIotId() |
String |
getIotInstanceId() |
DeleteDeviceSpeechRequest |
setDeviceSpeechList(List<DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList> deviceSpeechList) |
DeleteDeviceSpeechRequest |
setIotId(String iotId) |
DeleteDeviceSpeechRequest |
setIotInstanceId(String iotInstanceId) |
@NameInMap(value="DeviceSpeechList") public List<DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList> deviceSpeechList
@NameInMap(value="IotId") public String iotId
@NameInMap(value="IotInstanceId") public String iotInstanceId
public static DeleteDeviceSpeechRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteDeviceSpeechRequest setDeviceSpeechList(List<DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList> deviceSpeechList)
public List<DeleteDeviceSpeechRequest.DeleteDeviceSpeechRequestDeviceSpeechList> getDeviceSpeechList()
public DeleteDeviceSpeechRequest setIotId(String iotId)
public String getIotId()
public DeleteDeviceSpeechRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
Copyright © 2023. All rights reserved.