class Builder
static final class Builder
|
Package: | dji.common.mission.waypointv2.Action |
Description:
The class is used to create the instance of WaypointV2AssociateTriggerParam
.
Class Members:
method setAssociateType
Builder setAssociateType(AssociatedTimingType associateType)
|
Package: | dji.common.mission.waypointv2.Action |
Description:
Sets the AssociateType of the trigger. The AssociateType determines the time and the way to trigger the action to execute.
Return:
method setWaitingTime
Builder setWaitingTime(float waitingTimeInSec)
|
Package: | dji.common.mission.waypointv2.Action |
Description:
Sets the waiting time.
float waitingTimeInSec | A float value of the waiting time in sec. |
Return:
Set Associate Action ID
method
method setAssociateActionID
Builder setAssociateActionID(int associateActionID)
|
Package: | dji.common.mission.waypointv2.Action |
Description:
Sets the action id the trigger associated with.
int associateActionID | An int value of the associate action ID. |
Return:
method build
WaypointV2AssociateTriggerParam build()
|
Package: | dji.common.mission.waypointv2.Action |
Description:
Generate the immutable class.
Return: