Class StorageMetadata
java.lang.Object
ecmwf.ecpds.mover.plugin.http.StorageMetadata
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getCreationDate
-
getName
-
getType
-
getLastModified
-
getETag
Gets the e tag.- Returns:
- the e tag
- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getSize
-
getTier
-
setTruncated
public void setTruncated(boolean truncated) Sets the truncated.- Parameters:
truncated
- the new truncated
-
isTruncated
public boolean isTruncated()Checks if is truncated.- Returns:
- true, if is truncated
-