Package com.kaltura.client.types
Class AttachmentAsset
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Asset
-
- com.kaltura.client.types.AttachmentAsset
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
TranscriptAsset
public class AttachmentAsset extends Asset
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 interfaceAttachmentAsset.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description AttachmentAsset()AttachmentAsset(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilename(String multirequestToken)voidformat(String multirequestToken)StringgetFilename()AttachmentTypegetFormat()AttachmentAssetStatusgetStatus()StringgetTitle()voidsetFilename(String filename)voidsetFormat(AttachmentType format)voidsetTitle(String title)voidtitle(String multirequestToken)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.Asset
actualSourceAssetParamsIds, fileExt, getActualSourceAssetParamsIds, getCreatedAt, getDeletedAt, getDescription, getEntryId, getFileExt, getId, getPartnerData, getPartnerDescription, getPartnerId, getSize, getSizeInBytes, getTags, getUpdatedAt, getVersion, partnerData, partnerDescription, setActualSourceAssetParamsIds, setFileExt, setPartnerData, setPartnerDescription, setTags, tags
-
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
-
AttachmentAsset
public AttachmentAsset()
-
AttachmentAsset
public AttachmentAsset(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getFilename
public String getFilename()
-
setFilename
public void setFilename(String filename)
-
filename
public void filename(String multirequestToken)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
title
public void title(String multirequestToken)
-
getFormat
public AttachmentType getFormat()
-
setFormat
public void setFormat(AttachmentType format)
-
format
public void format(String multirequestToken)
-
getStatus
public AttachmentAssetStatus getStatus()
-
-