public class MediaJobStateChangeEventData extends Object
| Constructor and Description |
|---|
MediaJobStateChangeEventData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
correlationData()
Get gets the Job correlation data.
|
MediaJobState |
previousState()
Get the previous state of the Job.
|
MediaJobState |
state()
Get the new state of the Job.
|
MediaJobStateChangeEventData |
withCorrelationData(Map<String,String> correlationData)
Set gets the Job correlation data.
|
public MediaJobState previousState()
public MediaJobState state()
public Map<String,String> correlationData()
public MediaJobStateChangeEventData withCorrelationData(Map<String,String> correlationData)
correlationData - the correlationData 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.
*/