class Builder
static final class Builder
|
Package: | dji.common.mission.waypointv2.Action |
Description:
The class is used to create the instance of WaypointAircraftControlStartStopFlyParam
.
Class Members:
method setStartFly
Builder setStartFly(boolean startFly)
|
Package: | dji.common.mission.waypointv2.Action |
Description:
Set the param isStartFly.
boolean startFly | The boolean value of startFly. |
Return:
method build
WaypointAircraftControlStartStopFlyParam build()
|
Package: | dji.common.mission.waypointv2.Action |
Description:
Generates the immutable object.
Return: