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