Interface AssetModelPropertySummary.Builder

    • Method Detail

      • id

        AssetModelPropertySummary.Builder id​(String id)

        The ID of the property.

        Parameters:
        id - The ID of the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AssetModelPropertySummary.Builder name​(String name)

        The name of the property.

        Parameters:
        name - The name of the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataTypeSpec

        AssetModelPropertySummary.Builder dataTypeSpec​(String dataTypeSpec)

        The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type.

        Parameters:
        dataTypeSpec - The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unit

        AssetModelPropertySummary.Builder unit​(String unit)

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

        Parameters:
        unit - The unit (such as Newtons or RPM) of the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        AssetModelPropertySummary.Builder type​(PropertyType type)
        Sets the value of the Type property for this object.
        Parameters:
        type - The new value for the Type property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetModelCompositeModelId

        AssetModelPropertySummary.Builder assetModelCompositeModelId​(String assetModelCompositeModelId)

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

        Parameters:
        assetModelCompositeModelId - The ID of the composite model that contains the asset model property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.