Package com.kaltura.client.types
Class FtpDistributionFile
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.FtpDistributionFile
-
- All Implemented Interfaces:
ResponseType,Serializable
public class FtpDistributionFile 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 interfaceFtpDistributionFile.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description FtpDistributionFile()FtpDistributionFile(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassetId(String multirequestToken)voidcontents(String multirequestToken)voidfilename(String multirequestToken)StringgetAssetId()StringgetContents()StringgetFilename()StringgetHash()StringgetLocalFilePath()StringgetVersion()voidhash(String multirequestToken)voidlocalFilePath(String multirequestToken)voidsetAssetId(String assetId)voidsetContents(String contents)voidsetFilename(String filename)voidsetHash(String hash)voidsetLocalFilePath(String localFilePath)voidsetVersion(String version)ParamstoParams()voidversion(String multirequestToken)-
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
-
FtpDistributionFile
public FtpDistributionFile()
-
FtpDistributionFile
public FtpDistributionFile(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getAssetId
public String getAssetId()
-
setAssetId
public void setAssetId(String assetId)
-
assetId
public void assetId(String multirequestToken)
-
getFilename
public String getFilename()
-
setFilename
public void setFilename(String filename)
-
filename
public void filename(String multirequestToken)
-
getContents
public String getContents()
-
setContents
public void setContents(String contents)
-
contents
public void contents(String multirequestToken)
-
getLocalFilePath
public String getLocalFilePath()
-
setLocalFilePath
public void setLocalFilePath(String localFilePath)
-
localFilePath
public void localFilePath(String multirequestToken)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
version
public void version(String multirequestToken)
-
getHash
public String getHash()
-
setHash
public void setHash(String hash)
-
hash
public void hash(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-