Class TranscodeRequest

    • Constructor Detail

      • TranscodeRequest

        public TranscodeRequest()
    • Method Detail

      • getFileName

        @NotNull
        public @NotNull String getFileName()
        File name. If starts with /, then it is prefixed by your ftp account name. Otherwise the ftp account of POMS itself will be implicetely prefixed.
      • getEncryption

        @NotNull
        public @NotNull Encryption getEncryption()
      • setMid

        public void setMid​(@NotNull
                           @NotNull String mid)
      • setFileName

        public void setFileName​(@NotNull
                                @NotNull String fileName)
        File name. If starts with /, then it is prefixed by your ftp account name. Otherwise the ftp account of POMS itself will be implicetely prefixed.
      • setEncryption

        public void setEncryption​(@NotNull
                                  @NotNull Encryption encryption)
      • equals

        public boolean equals​(@Nullable Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(@Nullable Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object