Class DataSourceRunSummary

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when a data source run was created.

        Returns:
        The timestamp of when a data source run was created.
      • dataSourceId

        public final String dataSourceId()

        The identifier of the data source of the data source run.

        Returns:
        The identifier of the data source of the data source run.
      • errorMessage

        public final DataSourceErrorMessage errorMessage()
        Returns the value of the ErrorMessage property for this object.
        Returns:
        The value of the ErrorMessage property for this object.
      • id

        public final String id()

        The identifier of the data source run.

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

        public final String projectId()

        The project ID of the data source run.

        Returns:
        The project ID of the data source run.
      • runStatisticsForAssets

        public final RunStatisticsForAssets runStatisticsForAssets()
        Returns the value of the RunStatisticsForAssets property for this object.
        Returns:
        The value of the RunStatisticsForAssets property for this object.
      • startedAt

        public final Instant startedAt()

        The timestamp of when a data source run was started.

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

        public final Instant stoppedAt()

        The timestamp of when a data source run was stopped.

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

        public final Instant updatedAt()

        The timestamp of when a data source run was updated.

        Returns:
        The timestamp of when a data source run was updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)