Class MediaJobErroredEventData

    • Constructor Detail

      • MediaJobErroredEventData

        public MediaJobErroredEventData()
    • Method Detail

      • outputs

        public List<MediaJobOutput> outputs()
        Get gets the Job outputs.
        Returns:
        the outputs value
      • withOutputs

        public MediaJobErroredEventData withOutputs​(List<MediaJobOutput> outputs)
        Set gets the Job outputs.
        Parameters:
        outputs - the outputs value to set
        Returns:
        the MediaJobErroredEventData object itself.