DJI Mobile SDK Documentation

      class Builder

      static final class Builder
      Package:dji.common.mission.waypointv2.Action
      Description:

      This class is used to create the object for WaypointReachPointTriggerParam.

      Class Members:
      Set start index
      method
      method setStartIndex
      Builder setStartIndex(int startIndex)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the start index.

      Input Parameters:
      int startIndexAn int value of start index.
      Return:
      BuilderThe build of Builder.
      Set Auto Terminate Count
      method
      method setAutoTerminateCount
      Builder setAutoTerminateCount(int autoTerminateCount)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the auto terminate count.

      Input Parameters:
      int autoTerminateCountAn int value of auto terminate count.
      Return:
      BuilderThe build of Builder.
      Build
      method
      method build
      WaypointReachPointTriggerParam build()
      Package:dji.common.mission.waypointv2.Action
      Description:

      Generates the immutable object.

      Return:
      WaypointReachPointTriggerParamThe build of WaypointReachPointTriggerParam.