DJI Mobile SDK Documentation

      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
      String getOrderId()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the order ID of the flight.

      Return:
      StringThe order id.
      method
      method getSn
      String getSn()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the aircraft's serial number of the flight.

      Return:
      StringThe aircraft's serial number.
      method getDeviceModel
      String getDeviceModel()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the device model of the flight.

      Return:
      StringThe product name.
      method
      method getTeamId
      String getTeamId()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the team ID of the flight.

      Return:
      StringThe team id.
      method getAccount
      String getAccount()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the account of the flight.

      Return:
      StringThe account of the flight.
      method getAddress
      String getAddress()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the address of the flight.

      Return:
      StringThe address of the flight.
      method getStartTime
      Date getStartTime()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the start time of the flight.

      Return:
      DateThe start time of the flight.
      method getContact
      String getContact()
      Package:dji.sdk.flighthub.model
      Description:

      Gets flight account's contact.

      Return:
      StringThe flight account's contact.
      method getMaxFlightTime
      int getMaxFlightTime()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the maximum flight time during the flight in seconds.

      Return:
      intThe maximum flight time in seconds.
      method getMinFlightTime
      int getMinFlightTime()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the minimum flight time during the flight in seconds.

      Return:
      intThe minimum flight time in seconds.
      method getDistance
      double getDistance()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the flight distance in meters.

      Return:
      doubleThe distance in meters.
      method getDuration
      double getDuration()
      Package:dji.sdk.flighthub.model
      Description:

      Gets flight duration in seconds.

      Return:
      doubleDuration in seconds.
      method getPeakHeight
      double getPeakHeight()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the peak height in meters during the flight.

      Return:
      doubleThe peak height in meters.