MediaJobOutputProgressEventData Class

  • java.lang.Object
    • com.microsoft.azure.eventgrid.models.MediaJobOutputProgressEventData

public class MediaJobOutputProgressEventData

Job Output Progress Event Data.

Constructor Summary

Constructor Description
MediaJobOutputProgressEventData()

Method Summary

Modifier and Type Method and Description
java.util.Map<java.lang.String,java.lang.String> jobCorrelationData()

Get gets the Job correlation data.

java.lang.String label()

Get gets the Job output label.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MediaJobOutputProgressEventData

public MediaJobOutputProgressEventData()

Method Details

jobCorrelationData

public Map jobCorrelationData()

Get gets the Job correlation data.

Returns:

the jobCorrelationData value

label

public String label()

Get gets the Job output label.

Returns:

the label value

progress

public Long progress()

Get gets the Job output progress.

Returns:

the progress value

withJobCorrelationData

public MediaJobOutputProgressEventData withJobCorrelationData(Map jobCorrelationData)

Set gets the Job correlation data.

Parameters:

jobCorrelationData - the jobCorrelationData value to set

Returns:

the MediaJobOutputProgressEventData object itself.

withLabel

public MediaJobOutputProgressEventData withLabel(String label)

Set gets the Job output label.

Parameters:

label - the label value to set

Returns:

the MediaJobOutputProgressEventData object itself.

withProgress

public MediaJobOutputProgressEventData withProgress(Long progress)

Set gets the Job output progress.

Parameters:

progress - the progress value to set

Returns:

the MediaJobOutputProgressEventData object itself.

Applies to