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