Class MediaJobOutputProgressEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobOutputProgressEventData
Job Output Progress Event Data. Schema of the Data property of an EventGridEvent for a
Microsoft.Media.JobOutputProgress event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MediaJobOutputProgressEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the jobCorrelationData property: Gets the Job correlation data.getLabel()Get the label property: Gets the Job output label.Get the progress property: Gets the Job output progress.setJobCorrelationData(Map<String, String> jobCorrelationData) Set the jobCorrelationData property: Gets the Job correlation data.Set the label property: Gets the Job output label.setProgress(Long progress) Set the progress property: Gets the Job output progress.
-
Constructor Details
-
MediaJobOutputProgressEventData
public MediaJobOutputProgressEventData()Creates an instance of MediaJobOutputProgressEventData class.
-
-
Method Details
-
getLabel
Get the label property: Gets the Job output label.- Returns:
- the label value.
-
setLabel
Set the label property: Gets the Job output label.- Parameters:
label- the label value to set.- Returns:
- the MediaJobOutputProgressEventData object itself.
-
getProgress
Get the progress property: Gets the Job output progress.- Returns:
- the progress value.
-
setProgress
Set the progress property: Gets the Job output progress.- Parameters:
progress- the progress value to set.- Returns:
- the MediaJobOutputProgressEventData object itself.
-
getJobCorrelationData
Get the jobCorrelationData property: Gets the Job correlation data.- Returns:
- the jobCorrelationData value.
-
setJobCorrelationData
Set the jobCorrelationData property: Gets the Job correlation data.- Parameters:
jobCorrelationData- the jobCorrelationData value to set.- Returns:
- the MediaJobOutputProgressEventData object itself.
-