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