Class SshUrlResource

  • All Implemented Interfaces:
    ResponseType, Serializable

    public class SshUrlResource
    extends UrlResource
    Used to ingest media that is available on remote SSH server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready.
    See Also:
    Serialized Form
    • Constructor Detail

      • SshUrlResource

        public SshUrlResource()
      • SshUrlResource

        public SshUrlResource​(com.google.gson.JsonObject jsonObject)
                       throws APIException
        Throws:
        APIException
    • Method Detail

      • getPrivateKey

        public String getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
      • privateKey

        public void privateKey​(String multirequestToken)
      • getPublicKey

        public String getPublicKey()
      • setPublicKey

        public void setPublicKey​(String publicKey)
      • publicKey

        public void publicKey​(String multirequestToken)
      • getKeyPassphrase

        public String getKeyPassphrase()
      • setKeyPassphrase

        public void setKeyPassphrase​(String keyPassphrase)
      • keyPassphrase

        public void keyPassphrase​(String multirequestToken)