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