public class StorageClientInstance extends Object
| Constructor and Description |
|---|
StorageClientInstance()
Instantiates a new storage client instance.
|
StorageClientInstance(org.gcube.contentmanager.storageclient.wrapper.StorageClient storageClient,
org.gcube.contentmanager.storageclient.wrapper.MemoryType memory,
String storageId)
Instantiates a new storage client instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.gcube.contentmanager.storageclient.wrapper.MemoryType |
getMemory()
Gets the memory.
|
org.gcube.contentmanager.storageclient.wrapper.StorageClient |
getStorageClient()
Gets the storage client.
|
String |
getStorageId()
Gets the storage id.
|
void |
setMemory(org.gcube.contentmanager.storageclient.wrapper.MemoryType memory)
Sets the memory.
|
void |
setStorageClient(org.gcube.contentmanager.storageclient.wrapper.StorageClient storageClient)
Sets the storage client.
|
void |
setStorageId(String storageId)
Sets the storage id.
|
String |
toString() |
public StorageClientInstance()
public StorageClientInstance(org.gcube.contentmanager.storageclient.wrapper.StorageClient storageClient,
org.gcube.contentmanager.storageclient.wrapper.MemoryType memory,
String storageId)
storageClient - the storage clientmemory - the memorystorageId - the storage idpublic org.gcube.contentmanager.storageclient.wrapper.StorageClient getStorageClient()
public void setStorageClient(org.gcube.contentmanager.storageclient.wrapper.StorageClient storageClient)
storageClient - the new storage clientpublic org.gcube.contentmanager.storageclient.wrapper.MemoryType getMemory()
public void setMemory(org.gcube.contentmanager.storageclient.wrapper.MemoryType memory)
memory - the new memorypublic String getStorageId()
public void setStorageId(String storageId)
storageId - the new storage idCopyright © 2021. All Rights Reserved.