public class Resource extends Object implements Serializable
| 构造器和说明 |
|---|
Resource() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBitrate() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDefinition() |
Float |
getDuration() |
String |
getEventType() |
Long |
getFile_size() |
String |
getFileFormat() |
String |
getFileUrl() |
String |
getFps() |
Integer |
getHeight() |
Long |
getId() |
String |
getJobId() |
String |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getVideoId() |
Integer |
getWidth() |
void |
setBitrate(String bitrate) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDefinition(String definition) |
void |
setDuration(Float duration) |
void |
setEventType(String eventType) |
void |
setFile_size(Long file_size) |
void |
setFileFormat(String fileFormat) |
void |
setFileUrl(String fileUrl) |
void |
setFps(String fps) |
void |
setHeight(Integer height) |
void |
setId(Long id) |
void |
setJobId(String jobId) |
void |
setStatus(String status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setVideoId(String videoId) |
void |
setWidth(Integer width) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getVideoId()
public void setVideoId(String videoId)
public String getFileUrl()
public void setFileUrl(String fileUrl)
public Long getFile_size()
public void setFile_size(Long file_size)
public String getStatus()
public void setStatus(String status)
public String getEventType()
public void setEventType(String eventType)
public String getDefinition()
public void setDefinition(String definition)
public Float getDuration()
public void setDuration(Float duration)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getJobId()
public void setJobId(String jobId)
public String getFileFormat()
public void setFileFormat(String fileFormat)
public String getFps()
public void setFps(String fps)
public String getBitrate()
public void setBitrate(String bitrate)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2022. All rights reserved.