Class DatasetContentSummary

    • Method Detail

      • version

        public final String version()

        The version of the dataset contents.

        Returns:
        The version of the dataset contents.
      • status

        public final DatasetContentStatus status()

        The status of the dataset contents.

        Returns:
        The status of the dataset contents.
      • creationTime

        public final Instant creationTime()

        The actual time the creation of the dataset contents was started.

        Returns:
        The actual time the creation of the dataset contents was started.
      • scheduleTime

        public final Instant scheduleTime()

        The time the creation of the dataset contents was scheduled to start.

        Returns:
        The time the creation of the dataset contents was scheduled to start.
      • completionTime

        public final Instant completionTime()

        The time the dataset content status was updated to SUCCEEDED or FAILED.

        Returns:
        The time the dataset content status was updated to SUCCEEDED or FAILED.
      • 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)