Class MediaJobOutputStateChangeEventData

    • Constructor Detail

      • MediaJobOutputStateChangeEventData

        public MediaJobOutputStateChangeEventData()
    • Method Detail

      • getPreviousState

        public MediaJobState getPreviousState()
        Get the previousState property: The previous state of the Job.
        Returns:
        the previousState value.
      • getOutput

        public MediaJobOutput getOutput()
        Get the output property: Gets the output.
        Returns:
        the output value.
      • setOutput

        public MediaJobOutputStateChangeEventData setOutput​(MediaJobOutput output)
        Set the output property: Gets the output.
        Parameters:
        output - the output value to set.
        Returns:
        the MediaJobOutputStateChangeEventData object itself.
      • getJobCorrelationData

        public Map<String,​String> getJobCorrelationData()
        Get the jobCorrelationData property: Gets the Job correlation data.
        Returns:
        the jobCorrelationData value.
      • setJobCorrelationData

        public MediaJobOutputStateChangeEventData setJobCorrelationData​(Map<String,​String> jobCorrelationData)
        Set the jobCorrelationData property: Gets the Job correlation data.
        Parameters:
        jobCorrelationData - the jobCorrelationData value to set.
        Returns:
        the MediaJobOutputStateChangeEventData object itself.