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