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