Class MediaJobOutputStateChangeEventData

    • Constructor Detail

      • MediaJobOutputStateChangeEventData

        public MediaJobOutputStateChangeEventData()
    • Method Detail

      • previousState

        public MediaJobState previousState()
        Get the previous state of the Job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'.
        Returns:
        the previousState value
      • output

        public MediaJobOutput output()
        Get gets the output.
        Returns:
        the output value
      • jobCorrelationData

        public Map<String,​String> jobCorrelationData()
        Get gets the Job correlation data.
        Returns:
        the jobCorrelationData value
      • withJobCorrelationData

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