Class MediaJobOutputFinishedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobOutputStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobOutputFinishedEventData
Job output finished event data. Schema of the data property of an EventGridEvent for a
Microsoft.Media.JobOutputFinished event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MediaJobOutputFinishedEventData 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
-
MediaJobOutputFinishedEventData
public MediaJobOutputFinishedEventData()Creates an instance of MediaJobOutputFinishedEventData 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
Set the jobCorrelationData property: Gets the Job correlation data.- Overrides:
setJobCorrelationDatain classMediaJobOutputStateChangeEventData- Parameters:
jobCorrelationData- the jobCorrelationData value to set.- Returns:
- the MediaJobOutputStateChangeEventData object itself.
-