Class MediaJobOutputProgressEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobOutputProgressEventData

public final class MediaJobOutputProgressEventData extends Object
Job Output Progress Event Data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.JobOutputProgress event.
  • Constructor Details

    • MediaJobOutputProgressEventData

      public MediaJobOutputProgressEventData()
  • Method Details

    • getLabel

      public String getLabel()
      Get the label property: Gets the Job output label.
      Returns:
      the label value.
    • setLabel

      public MediaJobOutputProgressEventData setLabel(String label)
      Set the label property: Gets the Job output label.
      Parameters:
      label - the label value to set.
      Returns:
      the MediaJobOutputProgressEventData object itself.
    • getProgress

      public Long getProgress()
      Get the progress property: Gets the Job output progress.
      Returns:
      the progress value.
    • setProgress

      public MediaJobOutputProgressEventData setProgress(Long progress)
      Set the progress property: Gets the Job output progress.
      Parameters:
      progress - the progress value to set.
      Returns:
      the MediaJobOutputProgressEventData object itself.
    • getJobCorrelationData

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

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