| | |
| | | import com.fasterxml.jackson.databind.annotation.JsonNaming; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author sean.zhou |
| | | * @version 0.1 |
| | |
| | | |
| | | private Double windDirection; |
| | | |
| | | private Double windSpeed; |
| | | private Float windSpeed; |
| | | |
| | | private PositionStateReceiver positionState; |
| | | |
| | | private List<OsdPayloadReceiver> payloads; |
| | | |
| | | private StorageReceiver storage; |
| | | |
| | | private Integer nightLightsState; |
| | | |
| | | private Integer heightLimit; |
| | | |
| | | private DistanceLimitStatusReceiver distanceLimitStatus; |
| | | |
| | | private ObstacleAvoidanceReceiver obstacleAvoidance; |
| | | |
| | | } |