public static interface Actuator.Builder extends SdkPojo, CopyableBuilder<Actuator.Builder,Actuator>
| Modifier and Type | Method and Description |
|---|---|
Actuator.Builder |
allowedValues(Collection<String> allowedValues)
A list of possible values an actuator can take.
|
Actuator.Builder |
allowedValues(String... allowedValues)
A list of possible values an actuator can take.
|
Actuator.Builder |
assignedValue(String assignedValue)
A specified value for the actuator.
|
Actuator.Builder |
dataType(NodeDataType dataType)
The specified data type of the actuator.
|
Actuator.Builder |
dataType(String dataType)
The specified data type of the actuator.
|
Actuator.Builder |
description(String description)
A brief description of the actuator.
|
Actuator.Builder |
fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the actuator.
|
Actuator.Builder |
max(Double max)
The specified possible maximum value of an actuator.
|
Actuator.Builder |
min(Double min)
The specified possible minimum value of an actuator.
|
Actuator.Builder |
unit(String unit)
The scientific unit for the actuator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActuator.Builder fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the actuator. For example, the fully qualified name of an actuator might be
Vehicle.Front.Left.Door.Lock.
fullyQualifiedName - The fully qualified name of the actuator. For example, the fully qualified name of an actuator might
be Vehicle.Front.Left.Door.Lock.Actuator.Builder dataType(String dataType)
The specified data type of the actuator.
dataType - The specified data type of the actuator.NodeDataType,
NodeDataTypeActuator.Builder dataType(NodeDataType dataType)
The specified data type of the actuator.
dataType - The specified data type of the actuator.NodeDataType,
NodeDataTypeActuator.Builder description(String description)
A brief description of the actuator.
description - A brief description of the actuator.Actuator.Builder unit(String unit)
The scientific unit for the actuator.
unit - The scientific unit for the actuator.Actuator.Builder allowedValues(Collection<String> allowedValues)
A list of possible values an actuator can take.
allowedValues - A list of possible values an actuator can take.Actuator.Builder allowedValues(String... allowedValues)
A list of possible values an actuator can take.
allowedValues - A list of possible values an actuator can take.Actuator.Builder min(Double min)
The specified possible minimum value of an actuator.
min - The specified possible minimum value of an actuator.Actuator.Builder max(Double max)
The specified possible maximum value of an actuator.
max - The specified possible maximum value of an actuator.Actuator.Builder assignedValue(String assignedValue)
A specified value for the actuator.
assignedValue - A specified value for the actuator.Copyright © 2022. All rights reserved.