public class MediaJobOutputStateChangeEventData extends Object
| Constructor and Description |
|---|
MediaJobOutputStateChangeEventData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
jobCorrelationData()
Get gets the Job correlation data.
|
MediaJobOutput |
output()
Get gets the output.
|
MediaJobState |
previousState()
Get the previous state of the Job.
|
MediaJobOutputStateChangeEventData |
withJobCorrelationData(Map<String,String> jobCorrelationData)
Set gets the Job correlation data.
|
MediaJobOutputStateChangeEventData |
withOutput(MediaJobOutput output)
Set gets the output.
|
public MediaJobState previousState()
public MediaJobOutput output()
public MediaJobOutputStateChangeEventData withOutput(MediaJobOutput output)
output - the output value to setpublic Map<String,String> jobCorrelationData()
public MediaJobOutputStateChangeEventData withJobCorrelationData(Map<String,String> jobCorrelationData)
jobCorrelationData - the jobCorrelationData value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/