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