public class MediaJobOutputProgressEventData extends Object
| Constructor and Description |
|---|
MediaJobOutputProgressEventData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
jobCorrelationData()
Get gets the Job correlation data.
|
String |
label()
Get gets the Job output label.
|
Long |
progress()
Get gets the Job output progress.
|
MediaJobOutputProgressEventData |
withJobCorrelationData(Map<String,String> jobCorrelationData)
Set gets the Job correlation data.
|
MediaJobOutputProgressEventData |
withLabel(String label)
Set gets the Job output label.
|
MediaJobOutputProgressEventData |
withProgress(Long progress)
Set gets the Job output progress.
|
public String label()
public MediaJobOutputProgressEventData withLabel(String label)
label - the label value to setpublic Long progress()
public MediaJobOutputProgressEventData withProgress(Long progress)
progress - the progress value to setpublic Map<String,String> jobCorrelationData()
public MediaJobOutputProgressEventData 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.
*/