Class MediaJobStateChangeEventData

    • Constructor Detail

      • MediaJobStateChangeEventData

        public MediaJobStateChangeEventData()
    • 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
      • state

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

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

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