Class MediaJobOutputProgressEventData


  • public class MediaJobOutputProgressEventData
    extends Object
    Job Output Progress Event Data.
    • Constructor Detail

      • MediaJobOutputProgressEventData

        public MediaJobOutputProgressEventData()
    • Method Detail

      • label

        public String label()
        Get gets the Job output label.
        Returns:
        the label value
      • withLabel

        public MediaJobOutputProgressEventData withLabel​(String label)
        Set gets the Job output label.
        Parameters:
        label - the label value to set
        Returns:
        the MediaJobOutputProgressEventData object itself.
      • progress

        public Long progress()
        Get gets the Job output progress.
        Returns:
        the progress value
      • withProgress

        public MediaJobOutputProgressEventData withProgress​(Long progress)
        Set gets the Job output progress.
        Parameters:
        progress - the progress value to set
        Returns:
        the MediaJobOutputProgressEventData object itself.
      • jobCorrelationData

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

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