Class DescribeAssetPropertyResponse

    • Method Detail

      • assetId

        public final String assetId()

        The ID of the asset, in UUID format.

        Returns:
        The ID of the asset, in UUID format.
      • assetName

        public final String assetName()

        The name of the asset.

        Returns:
        The name of the asset.
      • assetModelId

        public final String assetModelId()

        The ID of the asset model, in UUID format.

        Returns:
        The ID of the asset model, in UUID format.
      • assetProperty

        public final Property assetProperty()

        The asset property's definition, alias, and notification state.

        This response includes this object for normal asset properties. If you describe an asset property in a composite model, this response includes the asset property information in compositeModel.

        Returns:
        The asset property's definition, alias, and notification state.

        This response includes this object for normal asset properties. If you describe an asset property in a composite model, this response includes the asset property information in compositeModel.

      • compositeModel

        public final CompositeModelProperty compositeModel()

        The composite model that declares this asset property, if this asset property exists in a composite model.

        Returns:
        The composite model that declares this asset property, if this asset property exists in a composite model.
      • assetExternalId

        public final String assetExternalId()

        The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.

        Returns:
        The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.
      • 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