public class FileInfo.ContentProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
FileInfo.ContentProperties.Image |
class |
FileInfo.ContentProperties.Video |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
contentDate |
protected java.lang.String |
contentType |
protected java.lang.String |
extension |
protected FileInfo.ContentProperties.Image |
image |
protected java.lang.String |
md5 |
protected java.lang.Long |
size |
protected java.lang.Long |
version |
protected FileInfo.ContentProperties.Video |
video |
| Constructor and Description |
|---|
ContentProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getContentDate() |
java.lang.String |
getContentType() |
java.lang.String |
getExtension() |
FileInfo.ContentProperties.Image |
getImage() |
java.lang.String |
getMd5() |
java.lang.Long |
getSize() |
java.lang.Long |
getVersion() |
FileInfo.ContentProperties.Video |
getVideo() |
protected java.lang.Long version
protected java.lang.String md5
protected java.lang.Long size
protected java.lang.String contentType
protected java.lang.String extension
protected java.util.Date contentDate
protected FileInfo.ContentProperties.Image image
protected FileInfo.ContentProperties.Video video
public java.lang.Long getVersion()
public java.lang.String getMd5()
public java.lang.Long getSize()
public java.lang.String getContentType()
public java.lang.String getExtension()
public java.util.Date getContentDate()
public FileInfo.ContentProperties.Image getImage()
public FileInfo.ContentProperties.Video getVideo()