public static interface NodeCounts.Builder extends SdkPojo, CopyableBuilder<NodeCounts.Builder,NodeCounts>
| Modifier and Type | Method and Description |
|---|---|
NodeCounts.Builder |
totalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
|
NodeCounts.Builder |
totalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
|
NodeCounts.Builder |
totalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
|
NodeCounts.Builder |
totalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
|
NodeCounts.Builder |
totalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeCounts.Builder totalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
totalNodes - The total number of nodes in a vehicle network.NodeCounts.Builder totalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
totalBranches - The total number of nodes in a vehicle network that represent branches.NodeCounts.Builder totalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
totalSensors - The total number of nodes in a vehicle network that represent sensors.NodeCounts.Builder totalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
totalAttributes - The total number of nodes in a vehicle network that represent attributes.NodeCounts.Builder totalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
totalActuators - The total number of nodes in a vehicle network that represent actuators.Copyright © 2022. All rights reserved.