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