Interface AssetPropertyBindingValue.Builder

  • Method Details

    • assetId

      The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.

      Parameters:
      assetId - The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • propertyId

      AssetPropertyBindingValue.Builder propertyId(String propertyId)

      The ID of the property within the asset. This identifies the specific property's value used in the computation model.

      Parameters:
      propertyId - The ID of the property within the asset. This identifies the specific property's value used in the computation model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.