Class GetDataSourceRunResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the data source run was created.

        Returns:
        The timestamp of when the data source run was created.
      • dataSourceConfigurationSnapshot

        public final String dataSourceConfigurationSnapshot()

        The configuration snapshot of the data source run.

        Returns:
        The configuration snapshot of the data source run.
      • dataSourceId

        public final String dataSourceId()

        The ID of the data source for this data source run.

        Returns:
        The ID of the data source for this data source run.
      • domainId

        public final String domainId()

        The ID of the domain in which this data source run was performed.

        Returns:
        The ID of the domain in which this data source run was performed.
      • errorMessage

        public final DataSourceErrorMessage errorMessage()

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Returns:
        Specifies the error message that is returned if the operation cannot be successfully completed.
      • id

        public final String id()

        The ID of the data source run.

        Returns:
        The ID of the data source run.
      • projectId

        public final String projectId()

        The ID of the project in which this data source run occured.

        Returns:
        The ID of the project in which this data source run occured.
      • runStatisticsForAssets

        public final RunStatisticsForAssets runStatisticsForAssets()

        The asset statistics from this data source run.

        Returns:
        The asset statistics from this data source run.
      • startedAt

        public final Instant startedAt()

        The timestamp of when this data source run started.

        Returns:
        The timestamp of when this data source run started.
      • stoppedAt

        public final Instant stoppedAt()

        The timestamp of when this data source run stopped.

        Returns:
        The timestamp of when this data source run stopped.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when this data source run was updated.

        Returns:
        The timestamp of when this data source run was updated.
      • 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