Class MediaJobOutputAsset
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaJobOutput
-
- com.microsoft.azure.eventgrid.models.MediaJobOutputAsset
-
public class MediaJobOutputAsset extends MediaJobOutput
The event data for a Job output asset.
-
-
Constructor Summary
Constructors Constructor Description MediaJobOutputAsset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassetName()Get gets the Job output asset name.MediaJobOutputAssetwithAssetName(String assetName)Set gets the Job output asset name.
-
-
-
Method Detail
-
assetName
public String assetName()
Get gets the Job output asset name.- Returns:
- the assetName value
-
withAssetName
public MediaJobOutputAsset withAssetName(String assetName)
Set gets the Job output asset name.- Parameters:
assetName- the assetName value to set- Returns:
- the MediaJobOutputAsset object itself.
-
-