public static interface Node.Builder extends SdkPojo, CopyableBuilder<Node.Builder,Node>
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
actuator(Actuator actuator)
Information about a node specified as an actuator.
|
default Node.Builder |
actuator(Consumer<Actuator.Builder> actuator)
Information about a node specified as an actuator.
|
Node.Builder |
attribute(Attribute attribute)
Information about a node specified as an attribute.
|
default Node.Builder |
attribute(Consumer<Attribute.Builder> attribute)
Information about a node specified as an attribute.
|
Node.Builder |
branch(Branch branch)
Information about a node specified as a branch.
|
default Node.Builder |
branch(Consumer<Branch.Builder> branch)
Information about a node specified as a branch.
|
default Node.Builder |
sensor(Consumer<Sensor.Builder> sensor)
Sets the value of the Sensor property for this object.
|
Node.Builder |
sensor(Sensor sensor)
Sets the value of the Sensor property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNode.Builder branch(Branch branch)
Information about a node specified as a branch.
A group of signals that are defined in a hierarchical structure.
branch - Information about a node specified as a branch. A group of signals that are defined in a hierarchical structure.
default Node.Builder branch(Consumer<Branch.Builder> branch)
Information about a node specified as a branch.
A group of signals that are defined in a hierarchical structure.
Branch.Builder avoiding the need
to create one manually via Branch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to branch(Branch).
branch - a consumer that will call methods on Branch.Builderbranch(Branch)Node.Builder sensor(Sensor sensor)
sensor - The new value for the Sensor property for this object.default Node.Builder sensor(Consumer<Sensor.Builder> sensor)
Sensor.Builder avoiding the need to
create one manually via Sensor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sensor(Sensor).
sensor - a consumer that will call methods on Sensor.Buildersensor(Sensor)Node.Builder actuator(Actuator actuator)
Information about a node specified as an actuator.
An actuator is a digital representation of a vehicle device.
actuator - Information about a node specified as an actuator. An actuator is a digital representation of a vehicle device.
default Node.Builder actuator(Consumer<Actuator.Builder> actuator)
Information about a node specified as an actuator.
An actuator is a digital representation of a vehicle device.
Actuator.Builder avoiding the
need to create one manually via Actuator.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to actuator(Actuator).
actuator - a consumer that will call methods on Actuator.Builderactuator(Actuator)Node.Builder attribute(Attribute attribute)
Information about a node specified as an attribute.
An attribute represents static information about a vehicle.
attribute - Information about a node specified as an attribute. An attribute represents static information about a vehicle.
default Node.Builder attribute(Consumer<Attribute.Builder> attribute)
Information about a node specified as an attribute.
An attribute represents static information about a vehicle.
Attribute.Builder avoiding the
need to create one manually via Attribute.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to attribute(Attribute).
attribute - a consumer that will call methods on Attribute.Builderattribute(Attribute)Copyright © 2022. All rights reserved.