Class ExportTaskExecutionInfo

    • Constructor Detail

      • ExportTaskExecutionInfo

        public ExportTaskExecutionInfo()
    • Method Detail

      • setCreationTime

        public void setCreationTime​(Long creationTime)

        A point in time when the export task got created.

        Parameters:
        creationTime - A point in time when the export task got created.
      • getCreationTime

        public Long getCreationTime()

        A point in time when the export task got created.

        Returns:
        A point in time when the export task got created.
      • withCreationTime

        public ExportTaskExecutionInfo withCreationTime​(Long creationTime)

        A point in time when the export task got created.

        Parameters:
        creationTime - A point in time when the export task got created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCompletionTime

        public void setCompletionTime​(Long completionTime)

        A point in time when the export task got completed.

        Parameters:
        completionTime - A point in time when the export task got completed.
      • getCompletionTime

        public Long getCompletionTime()

        A point in time when the export task got completed.

        Returns:
        A point in time when the export task got completed.
      • withCompletionTime

        public ExportTaskExecutionInfo withCompletionTime​(Long completionTime)

        A point in time when the export task got completed.

        Parameters:
        completionTime - A point in time when the export task got completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object