Package com.kaltura.client.types
Class UploadToken
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.UploadToken
-
- All Implemented Interfaces:
ResponseType,Serializable
public class UploadToken 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 interfaceUploadToken.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description UploadToken()UploadToken(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidautoFinalize(String multirequestToken)voidfileName(String multirequestToken)voidfileSize(String multirequestToken)StringgetAttachedObjectId()StringgetAttachedObjectType()BooleangetAutoFinalize()LonggetCreatedAt()StringgetFileName()DoublegetFileSize()StringgetId()IntegergetPartnerId()UploadTokenStatusgetStatus()LonggetUpdatedAt()DoublegetUploadedFileSize()StringgetUploadUrl()StringgetUserId()voidsetAutoFinalize(Boolean autoFinalize)voidsetFileName(String fileName)voidsetFileSize(Double 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
-
UploadToken
public UploadToken()
-
UploadToken
public UploadToken(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public String getId()
-
getPartnerId
public Integer getPartnerId()
-
getUserId
public String getUserId()
-
getStatus
public UploadTokenStatus getStatus()
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
fileName
public void fileName(String multirequestToken)
-
getFileSize
public Double getFileSize()
-
setFileSize
public void setFileSize(Double fileSize)
-
fileSize
public void fileSize(String multirequestToken)
-
getUploadedFileSize
public Double getUploadedFileSize()
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
getUploadUrl
public String getUploadUrl()
-
getAutoFinalize
public Boolean getAutoFinalize()
-
setAutoFinalize
public void setAutoFinalize(Boolean autoFinalize)
-
autoFinalize
public void autoFinalize(String multirequestToken)
-
getAttachedObjectType
public String getAttachedObjectType()
-
getAttachedObjectId
public String getAttachedObjectId()
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-