public class ObjectMetadata extends MetaData
contentLength, eTag, lastModified, metaData, mimeType| Constructor and Description |
|---|
ObjectMetadata(String mimeType,
String contentLength,
String eTag,
String lastModified)
An object storing the metadata for an FS Cloud object
|
addMetaData, getContentLength, getETag, getLastModified, getMetaData, getMimeType, setMetaDatapublic ObjectMetadata(String mimeType, String contentLength, String eTag, String lastModified)
mimeType - The MIME type for the objectcontentLength - The content-length (e.g., size) of the objecteTag - The MD5 check-sum of the object's contentslastModified - The last time the object was modified.Copyright © 2020. All rights reserved.