Class StorageMetadataFile
- java.lang.Object
-
- org.gcube.datatransfer.resolver.storage.StorageMetadataFile
-
public class StorageMetadataFile extends Object
The Class StorageMetadataFile. Small java wrapper toMyFile} and its size- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 1, 2019
-
-
Constructor Summary
Constructors Constructor Description StorageMetadataFile(org.gcube.contentmanagement.blobstorage.resource.MyFile myFile, long size)Instantiates a new storage metadata file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMimeType()Gets the mime type.org.gcube.contentmanagement.blobstorage.resource.MyFilegetMyFile()Gets the my file.StringgetName()Gets the name.longgetSize()Gets the size.
-
-
-
Method Detail
-
getMyFile
public org.gcube.contentmanagement.blobstorage.resource.MyFile getMyFile()
Gets the my file.- Returns:
- the my file
-
getSize
public long getSize()
Gets the size.- Returns:
- the size
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getMimeType
public String getMimeType()
Gets the mime type.- Returns:
- the mime type
-
-