class FlightHistoricalDetail
final class FlightHistoricalDetail
|
Package: | dji.sdk.flighthub.model |
Description:
This class provides the detail information for one flight. It includes aircraft information, flight location and statistics data.
Class Members:
method getOrderId
Package: | dji.sdk.flighthub.model |
Description:
Gets the order ID of the flight.
Return:
method getSn
Package: | dji.sdk.flighthub.model |
Description:
Gets the aircraft's serial number of the flight.
Return:
String | The aircraft's serial number. |
method getDeviceModel
Package: | dji.sdk.flighthub.model |
Description:
Gets the device model of the flight.
Return:
method getTeamId
Package: | dji.sdk.flighthub.model |
Description:
Gets the team ID of the flight.
Return:
method getAccount
Package: | dji.sdk.flighthub.model |
Description:
Gets the account of the flight.
Return:
String | The account of the flight. |
method getAddress
Package: | dji.sdk.flighthub.model |
Description:
Gets the address of the flight.
Return:
String | The address of the flight. |
method getStartTime
Package: | dji.sdk.flighthub.model |
Description:
Gets the start time of the flight.
Return:
Date | The start time of the flight. |
method getMaxFlightTime
Package: | dji.sdk.flighthub.model |
Description:
Gets the maximum flight time during the flight in seconds.
Return:
int | The maximum flight time in seconds. |
method getMinFlightTime
Package: | dji.sdk.flighthub.model |
Description:
Gets the minimum flight time during the flight in seconds.
Return:
int | The minimum flight time in seconds. |
method getDistance
Package: | dji.sdk.flighthub.model |
Description:
Gets the flight distance in meters.
Return:
double | The distance in meters. |
method getDuration
Package: | dji.sdk.flighthub.model |
Description:
Gets flight duration in seconds.
Return:
double | Duration in seconds. |
method getPeakHeight
Package: | dji.sdk.flighthub.model |
Description:
Gets the peak height in meters during the flight.
Return:
double | The peak height in meters. |