public class AWSFileInfo extends Object implements com.webpagebytes.cms.WPBFileInfo
Constructor and Description |
---|
AWSFileInfo(com.webpagebytes.cms.WPBFilePath filePath,
String contentType,
long size,
String md5,
long crc32,
long creationDate) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
long |
getCrc32() |
long |
getCreationDate() |
Map<String,String> |
getCustomProperties() |
com.webpagebytes.cms.WPBFilePath |
getFilePath() |
String |
getMd5() |
String |
getProperty(String arg0) |
long |
getSize() |
void |
setContentType(String contentType) |
void |
setCustomProperties(Map<String,String> arg0) |
void |
setProperty(String arg0,
String arg1) |
public String getContentType()
getContentType
in interface com.webpagebytes.cms.WPBFileInfo
public long getCrc32()
getCrc32
in interface com.webpagebytes.cms.WPBFileInfo
public long getCreationDate()
getCreationDate
in interface com.webpagebytes.cms.WPBFileInfo
public Map<String,String> getCustomProperties()
getCustomProperties
in interface com.webpagebytes.cms.WPBFileInfo
public com.webpagebytes.cms.WPBFilePath getFilePath()
getFilePath
in interface com.webpagebytes.cms.WPBFileInfo
public String getMd5()
getMd5
in interface com.webpagebytes.cms.WPBFileInfo
public String getProperty(String arg0)
getProperty
in interface com.webpagebytes.cms.WPBFileInfo
public long getSize()
getSize
in interface com.webpagebytes.cms.WPBFileInfo
public void setContentType(String contentType)
setContentType
in interface com.webpagebytes.cms.WPBFileInfo
public void setCustomProperties(Map<String,String> arg0)
setCustomProperties
in interface com.webpagebytes.cms.WPBFileInfo
Copyright © 2016. All rights reserved.