Package com.kaltura.client.types
Class Asset
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Asset
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
AttachmentAsset,CaptionAsset,FlavorAsset,ThumbAsset
public class Asset 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 interfaceAsset.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactualSourceAssetParamsIds(String multirequestToken)voidfileExt(String multirequestToken)StringgetActualSourceAssetParamsIds()LonggetCreatedAt()LonggetDeletedAt()StringgetDescription()StringgetEntryId()StringgetFileExt()StringgetId()StringgetPartnerData()StringgetPartnerDescription()IntegergetPartnerId()IntegergetSize()LonggetSizeInBytes()StringgetTags()LonggetUpdatedAt()IntegergetVersion()voidpartnerData(String multirequestToken)voidpartnerDescription(String multirequestToken)voidsetActualSourceAssetParamsIds(String actualSourceAssetParamsIds)voidsetFileExt(String fileExt)voidsetPartnerData(String partnerData)voidsetPartnerDescription(String partnerDescription)voidsetTags(String tags)voidtags(String multirequestToken)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
-
Asset
public Asset()
-
Asset
public Asset(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public String getId()
-
getEntryId
public String getEntryId()
-
getPartnerId
public Integer getPartnerId()
-
getVersion
public Integer getVersion()
-
getSize
public Integer getSize()
-
getTags
public String getTags()
-
setTags
public void setTags(String tags)
-
tags
public void tags(String multirequestToken)
-
getFileExt
public String getFileExt()
-
setFileExt
public void setFileExt(String fileExt)
-
fileExt
public void fileExt(String multirequestToken)
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
getDeletedAt
public Long getDeletedAt()
-
getDescription
public String getDescription()
-
getPartnerData
public String getPartnerData()
-
setPartnerData
public void setPartnerData(String partnerData)
-
partnerData
public void partnerData(String multirequestToken)
-
getPartnerDescription
public String getPartnerDescription()
-
setPartnerDescription
public void setPartnerDescription(String partnerDescription)
-
partnerDescription
public void partnerDescription(String multirequestToken)
-
getActualSourceAssetParamsIds
public String getActualSourceAssetParamsIds()
-
setActualSourceAssetParamsIds
public void setActualSourceAssetParamsIds(String actualSourceAssetParamsIds)
-
actualSourceAssetParamsIds
public void actualSourceAssetParamsIds(String multirequestToken)
-
getSizeInBytes
public Long getSizeInBytes()
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-