Class ExportTask

    • Method Detail

      • creationDateTime

        public final String creationDateTime()

        Export task creation datetime.

        Returns:
        Export task creation datetime.
      • endDateTime

        public final String endDateTime()

        Export task end datetime.

        Returns:
        Export task end datetime.
      • exportID

        public final String exportID()

        Export task id.

        Returns:
        Export task id.
      • progressPercentage

        public final Float progressPercentage()

        Export task progress percentage.

        Returns:
        Export task progress percentage.
      • s3Bucket

        public final String s3Bucket()

        Export task s3 bucket.

        Returns:
        Export task s3 bucket.
      • s3BucketOwner

        public final String s3BucketOwner()

        Export task s3 bucket owner.

        Returns:
        Export task s3 bucket owner.
      • s3Key

        public final String s3Key()

        Export task s3 key.

        Returns:
        Export task s3 key.
      • summary

        public final ExportTaskSummary summary()

        Export task summary.

        Returns:
        Export task summary.
      • 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)