public class BatchAddDeviceGroupRelationsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchAddDeviceGroupRelationsRequest.BatchAddDeviceGroupRelationsRequestDevice |
| 限定符和类型 | 字段和说明 |
|---|---|
List<BatchAddDeviceGroupRelationsRequest.BatchAddDeviceGroupRelationsRequestDevice> |
device |
String |
groupId |
String |
iotInstanceId |
| 构造器和说明 |
|---|
BatchAddDeviceGroupRelationsRequest() |
@NameInMap(value="Device") public List<BatchAddDeviceGroupRelationsRequest.BatchAddDeviceGroupRelationsRequestDevice> device
@NameInMap(value="GroupId") public String groupId
@NameInMap(value="IotInstanceId") public String iotInstanceId
public static BatchAddDeviceGroupRelationsRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchAddDeviceGroupRelationsRequest setDevice(List<BatchAddDeviceGroupRelationsRequest.BatchAddDeviceGroupRelationsRequestDevice> device)
public List<BatchAddDeviceGroupRelationsRequest.BatchAddDeviceGroupRelationsRequestDevice> getDevice()
public BatchAddDeviceGroupRelationsRequest setGroupId(String groupId)
public String getGroupId()
public BatchAddDeviceGroupRelationsRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
Copyright © 2023. All rights reserved.