Package com.kaltura.client.types
Class SshUrlResource
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Resource
-
- com.kaltura.client.types.ContentResource
-
- com.kaltura.client.types.UrlResource
-
- com.kaltura.client.types.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSshUrlResource.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description SshUrlResource()SshUrlResource(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyPassphrase()StringgetPrivateKey()StringgetPublicKey()voidkeyPassphrase(String multirequestToken)voidprivateKey(String multirequestToken)voidpublicKey(String multirequestToken)voidsetKeyPassphrase(String keyPassphrase)voidsetPrivateKey(String privateKey)voidsetPublicKey(String publicKey)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.UrlResource
forceAsyncDownload, getForceAsyncDownload, getUrl, getUrlHeaders, setForceAsyncDownload, setUrl, setUrlHeaders, url
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
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)
-
toParams
public Params toParams()
- Overrides:
toParamsin classUrlResource
-
-