Class NodeCounts

    • Method Detail

      • totalNodes

        public final Integer totalNodes()

        The total number of nodes in a vehicle network.

        Returns:
        The total number of nodes in a vehicle network.
      • totalBranches

        public final Integer totalBranches()

        The total number of nodes in a vehicle network that represent branches.

        Returns:
        The total number of nodes in a vehicle network that represent branches.
      • totalSensors

        public final Integer totalSensors()

        The total number of nodes in a vehicle network that represent sensors.

        Returns:
        The total number of nodes in a vehicle network that represent sensors.
      • totalAttributes

        public final Integer totalAttributes()

        The total number of nodes in a vehicle network that represent attributes.

        Returns:
        The total number of nodes in a vehicle network that represent attributes.
      • totalActuators

        public final Integer totalActuators()

        The total number of nodes in a vehicle network that represent actuators.

        Returns:
        The total number of nodes in a vehicle network that represent actuators.
      • totalStructs

        public final Integer totalStructs()

        The total structure for the node.

        Returns:
        The total structure for the node.
      • totalProperties

        public final Integer totalProperties()

        The total properties for the node.

        Returns:
        The total properties for the node.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)