| | |
| | | package com.dji.sample.manage.model.dto; |
| | | |
| | | import com.dji.sample.wayline.model.entity.WaylineJobEntity; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Builder; |
| | | import lombok.Data; |
| | |
| | | |
| | | private String workspaceId; |
| | | |
| | | private String deviceIndex; |
| | | private String controlSource; |
| | | |
| | | private String deviceDesc; |
| | | |
| | | private String childDeviceSn; |
| | | |
| | | private String domain; |
| | | private Integer domain; |
| | | |
| | | private Integer type; |
| | | |
| | | private Integer subType; |
| | | |
| | | private List<DeviceDTO> gatewaysList; |
| | | |
| | | private List<DevicePayloadDTO> payloadsList; |
| | | |
| | |
| | | private String workspaceName; |
| | | |
| | | private DeviceDTO children; |
| | | } |
| | | |
| | | private Integer firmwareStatus; |
| | | |
| | | private Integer firmwareProgress; |
| | | |
| | | private String parentSn; |
| | | |
| | | private WaylineJobEntity latestWaylineJob; |
| | | |
| | | } |