Class ListTimeSeriesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The token to be used for the next set of paginated results.

        Returns:
        The token to be used for the next set of paginated results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return for each paginated request.

        Returns:
        The maximum number of results to return for each paginated request.
      • 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.
      • aliasPrefix

        public final String aliasPrefix()

        The alias prefix of the time series.

        Returns:
        The alias prefix of the time series.
      • timeSeriesType

        public final ListTimeSeriesType timeSeriesType()

        The type of the time series. The time series type can be one of the following values:

        • ASSOCIATED – The time series is associated with an asset property.

        • DISASSOCIATED – The time series isn't associated with any asset property.

        If the service returns an enum value that is not available in the current SDK version, timeSeriesType will return ListTimeSeriesType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from timeSeriesTypeAsString().

        Returns:
        The type of the time series. The time series type can be one of the following values:

        • ASSOCIATED – The time series is associated with an asset property.

        • DISASSOCIATED – The time series isn't associated with any asset property.

        See Also:
        ListTimeSeriesType
      • timeSeriesTypeAsString

        public final String timeSeriesTypeAsString()

        The type of the time series. The time series type can be one of the following values:

        • ASSOCIATED – The time series is associated with an asset property.

        • DISASSOCIATED – The time series isn't associated with any asset property.

        If the service returns an enum value that is not available in the current SDK version, timeSeriesType will return ListTimeSeriesType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from timeSeriesTypeAsString().

        Returns:
        The type of the time series. The time series type can be one of the following values:

        • ASSOCIATED – The time series is associated with an asset property.

        • DISASSOCIATED – The time series isn't associated with any asset property.

        See Also:
        ListTimeSeriesType
      • 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