Actuator.Builder |
Actuator.Builder.allowedValues(String... allowedValues) |
A list of possible values an actuator can take.
|
Actuator.Builder |
Actuator.Builder.allowedValues(Collection<String> allowedValues) |
A list of possible values an actuator can take.
|
Actuator.Builder |
Actuator.Builder.assignedValue(String assignedValue) |
Deprecated.
|
static Actuator.Builder |
Actuator.builder() |
|
Actuator.Builder |
Actuator.Builder.comment(String comment) |
A comment in addition to the description.
|
Actuator.Builder |
Actuator.Builder.dataType(String dataType) |
The specified data type of the actuator.
|
Actuator.Builder |
Actuator.Builder.dataType(NodeDataType dataType) |
The specified data type of the actuator.
|
Actuator.Builder |
Actuator.Builder.deprecationMessage(String deprecationMessage) |
The deprecation message for the node or the branch that was moved or deleted.
|
Actuator.Builder |
Actuator.Builder.description(String description) |
A brief description of the actuator.
|
Actuator.Builder |
Actuator.Builder.fullyQualifiedName(String fullyQualifiedName) |
The fully qualified name of the actuator.
|
Actuator.Builder |
Actuator.Builder.max(Double max) |
The specified possible maximum value of an actuator.
|
Actuator.Builder |
Actuator.Builder.min(Double min) |
The specified possible minimum value of an actuator.
|
Actuator.Builder |
Actuator.Builder.structFullyQualifiedName(String structFullyQualifiedName) |
The fully qualified name of the struct node for the actuator if the data type of the actuator is
Struct or StructArray.
|
Actuator.Builder |
Actuator.toBuilder() |
|
Actuator.Builder |
Actuator.Builder.unit(String unit) |
The scientific unit for the actuator.
|