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