Class MediaJobErroredEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobErroredEventData

public final class MediaJobErroredEventData extends MediaJobStateChangeEventData
Job error state event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobErrored event.
  • Constructor Details

    • MediaJobErroredEventData

      public MediaJobErroredEventData()
  • Method Details

    • getOutputs

      public List<MediaJobOutput> getOutputs()
      Get the outputs property: Gets the Job outputs.
      Returns:
      the outputs value.
    • setOutputs

      public MediaJobErroredEventData setOutputs(List<MediaJobOutput> outputs)
      Set the outputs property: Gets the Job outputs.
      Parameters:
      outputs - the outputs value to set.
      Returns:
      the MediaJobErroredEventData object itself.
    • setCorrelationData

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