public class BatchGetEdgeInstanceDeviceDriverRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId |
List<String> |
iotIds |
String |
iotInstanceId |
| 构造器和说明 |
|---|
BatchGetEdgeInstanceDeviceDriverRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchGetEdgeInstanceDeviceDriverRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
List<String> |
getIotIds() |
String |
getIotInstanceId() |
BatchGetEdgeInstanceDeviceDriverRequest |
setInstanceId(String instanceId) |
BatchGetEdgeInstanceDeviceDriverRequest |
setIotIds(List<String> iotIds) |
BatchGetEdgeInstanceDeviceDriverRequest |
setIotInstanceId(String iotInstanceId) |
@NameInMap(value="InstanceId") public String instanceId
@NameInMap(value="IotInstanceId") public String iotInstanceId
public static BatchGetEdgeInstanceDeviceDriverRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchGetEdgeInstanceDeviceDriverRequest setInstanceId(String instanceId)
public String getInstanceId()
public BatchGetEdgeInstanceDeviceDriverRequest setIotIds(List<String> iotIds)
public BatchGetEdgeInstanceDeviceDriverRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
Copyright © 2023. All rights reserved.