Class ExportTaskStatus

    • Constructor Detail

      • ExportTaskStatus

        public ExportTaskStatus()
    • Method Detail

      • setCode

        public void setCode​(String code)

        Status code of the export task.

        Parameters:
        code - Status code of the export task.
        See Also:
        ExportTaskStatusCode
      • getCode

        public String getCode()

        Status code of the export task.

        Returns:
        Status code of the export task.
        See Also:
        ExportTaskStatusCode
      • withCode

        public ExportTaskStatus withCode​(String code)

        Status code of the export task.

        Parameters:
        code - Status code of the export task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportTaskStatusCode
      • withCode

        public ExportTaskStatus withCode​(ExportTaskStatusCode code)

        Status code of the export task.

        Parameters:
        code - Status code of the export task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportTaskStatusCode
      • setMessage

        public void setMessage​(String message)

        Status message related to the code.

        Parameters:
        message - Status message related to the code.
      • getMessage

        public String getMessage()

        Status message related to the code.

        Returns:
        Status message related to the code.
      • withMessage

        public ExportTaskStatus withMessage​(String message)

        Status message related to the code.

        Parameters:
        message - Status message related to the code.
        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