public class AliyunDraft
extends java.lang.Object
| Constructor and Description |
|---|
AliyunDraft() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig()
Gets the draft config.
|
java.lang.String |
getCoverPath()
Gets the draft cover path.
|
long |
getDuration()
Gets the draft duration.
|
java.lang.String |
getEditorProjectUri()
Gets the draft config uri.
|
long |
getFileSize()
Gets the draft all file size.
|
java.lang.String |
getId()
Gets the draft id.
|
java.lang.String |
getName()
Gets the draft name.
|
java.lang.String |
getProjectId()
Gets the project id.
|
long |
getUpdateTime()
Gets draft last update time.
|
protected void |
setConfig(Config config)
Sets the draft config.
|
protected void |
setCoverPath(java.lang.String coverPath)
Sets the draft cover path.
|
protected void |
setDuration(long duration)
Sets the draft duration.
|
protected void |
setEditorProjectUri(java.lang.String editorProjectUri)
Sets the draft config uri.
|
protected void |
setFileSize(long fileSize)
Sets the draft all file size.
|
protected void |
setId(java.lang.String id)
Sets the draft id.
|
void |
setName(java.lang.String name)
Sets the draft name.
|
void |
setProjectId(java.lang.String projectId)
Sets the project id.
|
protected void |
setUpdateTime(long updateTime)
Sets draft last update time.
|
public java.lang.String getId()
protected void setId(java.lang.String id)
id - draft idpublic java.lang.String getProjectId()
public void setProjectId(java.lang.String projectId)
projectId - project idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - draft namepublic java.lang.String getCoverPath()
protected void setCoverPath(java.lang.String coverPath)
coverPath - cover pathpublic long getFileSize()
protected void setFileSize(long fileSize)
fileSize - file sizepublic long getUpdateTime()
protected void setUpdateTime(long updateTime)
updateTime - last update timepublic long getDuration()
protected void setDuration(long duration)
duration - durationpublic java.lang.String getEditorProjectUri()
protected void setEditorProjectUri(java.lang.String editorProjectUri)
editorProjectUri - draft config uripublic Config getConfig()
protected void setConfig(Config config)
config - draft config