Class MediaJobOutputProgressEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaJobOutputProgressEventData
-
public class MediaJobOutputProgressEventData extends Object
Job Output Progress Event Data.
-
-
Constructor Summary
Constructors Constructor Description MediaJobOutputProgressEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>jobCorrelationData()Get gets the Job correlation data.Stringlabel()Get gets the Job output label.Longprogress()Get gets the Job output progress.MediaJobOutputProgressEventDatawithJobCorrelationData(Map<String,String> jobCorrelationData)Set gets the Job correlation data.MediaJobOutputProgressEventDatawithLabel(String label)Set gets the Job output label.MediaJobOutputProgressEventDatawithProgress(Long progress)Set gets the Job output progress.
-
-
-
Method Detail
-
label
public String label()
Get gets the Job output label.- Returns:
- the label value
-
withLabel
public MediaJobOutputProgressEventData withLabel(String label)
Set gets the Job output label.- Parameters:
label- the label value to set- Returns:
- the MediaJobOutputProgressEventData object itself.
-
progress
public Long progress()
Get gets the Job output progress.- Returns:
- the progress value
-
withProgress
public MediaJobOutputProgressEventData withProgress(Long progress)
Set gets the Job output progress.- Parameters:
progress- the progress value to set- Returns:
- the MediaJobOutputProgressEventData object itself.
-
jobCorrelationData
public Map<String,String> jobCorrelationData()
Get gets the Job correlation data.- Returns:
- the jobCorrelationData value
-
withJobCorrelationData
public MediaJobOutputProgressEventData withJobCorrelationData(Map<String,String> jobCorrelationData)
Set gets the Job correlation data.- Parameters:
jobCorrelationData- the jobCorrelationData value to set- Returns:
- the MediaJobOutputProgressEventData object itself.
-
-