Class MediaJobStateChangeEventData

    • Constructor Detail

      • MediaJobStateChangeEventData

        public MediaJobStateChangeEventData()
    • Method Detail

      • getPreviousState

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

        public MediaJobState getState()
        Get the state property: The new state of the Job.
        Returns:
        the state value.
      • getCorrelationData

        public Map<String,​String> getCorrelationData()
        Get the correlationData property: Gets the Job correlation data.
        Returns:
        the correlationData value.
      • setCorrelationData

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