Class AssetPropertySummary

    • Method Detail

      • id

        public final String id()

        The ID of the property.

        Returns:
        The ID of the property.
      • alias

        public final String alias()

        The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.

        Returns:
        The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.
      • unit

        public final String unit()

        The unit of measure (such as Newtons or RPM) of the asset property.

        Returns:
        The unit of measure (such as Newtons or RPM) of the asset property.
      • notification

        public final PropertyNotification notification()
        Returns the value of the Notification property for this object.
        Returns:
        The value of the Notification property for this object.
      • assetCompositeModelId

        public final String assetCompositeModelId()

        The ID of the composite model that contains the asset property.

        Returns:
        The ID of the composite model that contains the asset property.
      • 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)