Package com.kaltura.client.types
Class FileContainer
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.FileContainer
-
- All Implemented Interfaces:
ResponseType,Serializable
public class FileContainer extends ObjectBase
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileContainer.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description FileContainer()FileContainer(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencryptionKey(String multirequestToken)voidfilePath(String multirequestToken)voidfileSize(String multirequestToken)StringgetEncryptionKey()StringgetFilePath()IntegergetFileSize()voidsetEncryptionKey(String encryptionKey)voidsetFilePath(String filePath)voidsetFileSize(Integer fileSize)ParamstoParams()-
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
-
FileContainer
public FileContainer()
-
FileContainer
public FileContainer(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getFilePath
public String getFilePath()
-
setFilePath
public void setFilePath(String filePath)
-
filePath
public void filePath(String multirequestToken)
-
getEncryptionKey
public String getEncryptionKey()
-
setEncryptionKey
public void setEncryptionKey(String encryptionKey)
-
encryptionKey
public void encryptionKey(String multirequestToken)
-
getFileSize
public Integer getFileSize()
-
setFileSize
public void setFileSize(Integer fileSize)
-
fileSize
public void fileSize(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-