public class BatchUnbindProjectDevicesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchUnbindProjectDevicesRequest.BatchUnbindProjectDevicesRequestDevices |
| 限定符和类型 | 字段和说明 |
|---|---|
List<BatchUnbindProjectDevicesRequest.BatchUnbindProjectDevicesRequestDevices> |
devices |
String |
iotInstanceId |
String |
projectId |
| 构造器和说明 |
|---|
BatchUnbindProjectDevicesRequest() |
@NameInMap(value="Devices") public List<BatchUnbindProjectDevicesRequest.BatchUnbindProjectDevicesRequestDevices> devices
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ProjectId") public String projectId
public static BatchUnbindProjectDevicesRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchUnbindProjectDevicesRequest setDevices(List<BatchUnbindProjectDevicesRequest.BatchUnbindProjectDevicesRequestDevices> devices)
public List<BatchUnbindProjectDevicesRequest.BatchUnbindProjectDevicesRequestDevices> getDevices()
public BatchUnbindProjectDevicesRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public BatchUnbindProjectDevicesRequest setProjectId(String projectId)
public String getProjectId()
Copyright © 2023. All rights reserved.