Package com.highmobility.autoapi
Class PowerTakeoff.State.Builder
java.lang.Object
com.highmobility.autoapi.SetCommand.Builder<PowerTakeoff.State.Builder>
com.highmobility.autoapi.PowerTakeoff.State.Builder
- Enclosing class:
- PowerTakeoff.State
public static final class PowerTakeoff.State.Builder
extends SetCommand.Builder<PowerTakeoff.State.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setEngaged(Property<PowerTakeoff.Engaged> engaged) setStatus(Property<ActiveState> status) Methods inherited from class com.highmobility.autoapi.SetCommand.Builder
addProperty, getProperties, setBrand, setNonce, setSignature, setTimestamp, setVin
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
- Overrides:
buildin classSetCommand.Builder<PowerTakeoff.State.Builder>
-
setStatus
- Parameters:
status- The status- Returns:
- The builder
-
setEngaged
- Parameters:
engaged- The engaged- Returns:
- The builder
-