public class BatchCreateSoundCodeLabelWithLabelsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description |
String |
iotInstanceId |
List<String> |
labels |
String |
scheduleCode |
| 构造器和说明 |
|---|
BatchCreateSoundCodeLabelWithLabelsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchCreateSoundCodeLabelWithLabelsRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getIotInstanceId() |
List<String> |
getLabels() |
String |
getScheduleCode() |
BatchCreateSoundCodeLabelWithLabelsRequest |
setDescription(String description) |
BatchCreateSoundCodeLabelWithLabelsRequest |
setIotInstanceId(String iotInstanceId) |
BatchCreateSoundCodeLabelWithLabelsRequest |
setLabels(List<String> labels) |
BatchCreateSoundCodeLabelWithLabelsRequest |
setScheduleCode(String scheduleCode) |
@NameInMap(value="Description") public String description
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ScheduleCode") public String scheduleCode
public BatchCreateSoundCodeLabelWithLabelsRequest()
public static BatchCreateSoundCodeLabelWithLabelsRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateSoundCodeLabelWithLabelsRequest setDescription(String description)
public String getDescription()
public BatchCreateSoundCodeLabelWithLabelsRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public BatchCreateSoundCodeLabelWithLabelsRequest setLabels(List<String> labels)
public BatchCreateSoundCodeLabelWithLabelsRequest setScheduleCode(String scheduleCode)
public String getScheduleCode()
Copyright © 2023. All rights reserved.