Class MediaJobOutputProcessingEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobOutputStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobOutputProcessingEventData
Job output processing event data. Schema of the data property of an EventGridEvent for a
Microsoft.Media.JobOutputProcessing event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MediaJobOutputProcessingEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetJobCorrelationData(Map<String, String> jobCorrelationData) Set the jobCorrelationData property: Gets the Job correlation data.setOutput(MediaJobOutput output) Set the output property: Gets the output.Methods inherited from class com.azure.messaging.eventgrid.systemevents.MediaJobOutputStateChangeEventData
getJobCorrelationData, getOutput, getPreviousState
-
Constructor Details
-
MediaJobOutputProcessingEventData
public MediaJobOutputProcessingEventData()Creates an instance of MediaJobOutputProcessingEventData class.
-
-
Method Details
-
setOutput
Set the output property: Gets the output.- Overrides:
setOutputin classMediaJobOutputStateChangeEventData- Parameters:
output- the output value to set.- Returns:
- the MediaJobOutputStateChangeEventData object itself.
-
setJobCorrelationData
public MediaJobOutputProcessingEventData setJobCorrelationData(Map<String, String> jobCorrelationData) Set the jobCorrelationData property: Gets the Job correlation data.- Overrides:
setJobCorrelationDatain classMediaJobOutputStateChangeEventData- Parameters:
jobCorrelationData- the jobCorrelationData value to set.- Returns:
- the MediaJobOutputStateChangeEventData object itself.
-