Class MediaJobErroredEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobErroredEventData
Job error state event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobErrored event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the outputs property: Gets the Job outputs.setCorrelationData(Map<String, String> correlationData) Set the correlationData property: Gets the Job correlation data.setOutputs(List<MediaJobOutput> outputs) Set the outputs property: Gets the Job outputs.Methods inherited from class com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
getCorrelationData, getPreviousState, getState
-
Constructor Details
-
MediaJobErroredEventData
public MediaJobErroredEventData()
-
-
Method Details
-
getOutputs
Get the outputs property: Gets the Job outputs.- Returns:
- the outputs value.
-
setOutputs
Set the outputs property: Gets the Job outputs.- Parameters:
outputs- the outputs value to set.- Returns:
- the MediaJobErroredEventData object itself.
-
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.
-