Class MediaJobOutputStateChangeEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobOutputStateChangeEventData
Direct Known Subclasses:
MediaJobOutputCanceledEventData, MediaJobOutputCancelingEventData, MediaJobOutputErroredEventData, MediaJobOutputFinishedEventData, MediaJobOutputProcessingEventData, MediaJobOutputScheduledEventData

public class MediaJobOutputStateChangeEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.Media.JobOutputStateChange event.
  • Constructor Details

    • MediaJobOutputStateChangeEventData

      public MediaJobOutputStateChangeEventData()
  • Method Details

    • getPreviousState

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

      public MediaJobOutput getOutput()
      Get the output property: Gets the output.
      Returns:
      the output value.
    • setOutput

      Set the output property: Gets the output.
      Parameters:
      output - the output value to set.
      Returns:
      the MediaJobOutputStateChangeEventData object itself.
    • getJobCorrelationData

      public Map<String,String> getJobCorrelationData()
      Get the jobCorrelationData property: Gets the Job correlation data.
      Returns:
      the jobCorrelationData value.
    • setJobCorrelationData

      public MediaJobOutputStateChangeEventData setJobCorrelationData(Map<String,String> jobCorrelationData)
      Set the jobCorrelationData property: Gets the Job correlation data.
      Parameters:
      jobCorrelationData - the jobCorrelationData value to set.
      Returns:
      the MediaJobOutputStateChangeEventData object itself.