Class MediaConvertJob


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

      • 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 Detail

      • MediaConvertJob

        public MediaConvertJob()
    • Method Detail

      • 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)