public class StorageMetadataFile extends Object
MyFile} and its size| Constructor and Description |
|---|
StorageMetadataFile(org.gcube.contentmanagement.blobstorage.resource.MyFile myFile,
long size)
Instantiates a new storage metadata file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Gets the mime type.
|
org.gcube.contentmanagement.blobstorage.resource.MyFile |
getMyFile()
Gets the my file.
|
String |
getName()
Gets the name.
|
long |
getSize()
Gets the size.
|
public StorageMetadataFile(org.gcube.contentmanagement.blobstorage.resource.MyFile myFile,
long size)
myFile - the my filesize - the sizepublic org.gcube.contentmanagement.blobstorage.resource.MyFile getMyFile()
public long getSize()
public String getName()
public String getMimeType()
Copyright © 2021. All Rights Reserved.