Class MediaJobOutputErroredEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobOutputStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobOutputErroredEventData
Job output error event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobOutputErrored
event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MediaJobOutputErroredEventData 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
-
MediaJobOutputErroredEventData
public MediaJobOutputErroredEventData()Creates an instance of MediaJobOutputErroredEventData 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.
-