Class DeleteTimeSeriesRequest

    • Method Detail

      • alias

        public final String alias()

        The alias that identifies the time series.

        Returns:
        The alias that identifies the time series.
      • assetId

        public final String assetId()

        The ID of the asset in which the asset property was created.

        Returns:
        The ID of the asset in which the asset property was created.
      • propertyId

        public final String propertyId()

        The ID of the asset property.

        Returns:
        The ID of the asset property.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • 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