Class MediaConvertJob

java.lang.Object
org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob

public class MediaConvertJob extends Object
Holds the information about a transcoding job from AWS MediaConvert.
Author:
joseross
  • Field Details

    • arn

      protected String arn
      ARN of the transcoding job.
    • id

      protected String id
      Id of the transcoding job.
    • destination

      protected String destination
      Destination of the transcoding job output.
    • baseKey

      protected String baseKey
      Base filename of the transcoding job output.
  • Constructor Details

    • MediaConvertJob

      public MediaConvertJob()
  • Method Details

    • getArn

      public String getArn()
    • setArn

      public void setArn(String arn)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • getBaseKey

      public String getBaseKey()
    • setBaseKey

      public void setBaseKey(String baseKey)