Class MediaJobOutput

    • Constructor Detail

      • MediaJobOutput

        public MediaJobOutput()
    • Method Detail

      • getError

        public MediaJobError getError()
        Get the error property: Gets the Job output error.
        Returns:
        the error value.
      • setError

        public MediaJobOutput setError​(MediaJobError error)
        Set the error property: Gets the Job output error.
        Parameters:
        error - the error value to set.
        Returns:
        the MediaJobOutput object itself.
      • getLabel

        public String getLabel()
        Get the label property: Gets the Job output label.
        Returns:
        the label value.
      • setLabel

        public MediaJobOutput setLabel​(String label)
        Set the label property: Gets the Job output label.
        Parameters:
        label - the label value to set.
        Returns:
        the MediaJobOutput object itself.
      • getProgress

        public long getProgress()
        Get the progress property: Gets the Job output progress.
        Returns:
        the progress value.
      • setProgress

        public MediaJobOutput setProgress​(long progress)
        Set the progress property: Gets the Job output progress.
        Parameters:
        progress - the progress value to set.
        Returns:
        the MediaJobOutput object itself.
      • getState

        public MediaJobState getState()
        Get the state property: Gets the Job output state.
        Returns:
        the state value.
      • setState

        public MediaJobOutput setState​(MediaJobState state)
        Set the state property: Gets the Job output state.
        Parameters:
        state - the state value to set.
        Returns:
        the MediaJobOutput object itself.