Class MediaJobProcessingEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobProcessingEventData
Job processing event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobProcessing
event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MediaJobProcessingEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetCorrelationData(Map<String, String> correlationData) Set the correlationData property: Gets the Job correlation data.Methods inherited from class com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
getCorrelationData, getPreviousState, getState
-
Constructor Details
-
MediaJobProcessingEventData
public MediaJobProcessingEventData()Creates an instance of MediaJobProcessingEventData class.
-
-
Method Details
-
setCorrelationData
Set the correlationData property: Gets the Job correlation data.- Overrides:
setCorrelationDatain classMediaJobStateChangeEventData- Parameters:
correlationData- the correlationData value to set.- Returns:
- the MediaJobStateChangeEventData object itself.
-