@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StorageUnit extends Object
| Constructor and Description |
|---|
StorageUnit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Storage |
getStorage()
The Storage for this Storage Unit
|
StorageDirectory |
getStorageDirectory()
A container for a Storage Directory that resides within a specific Storage Unit
|
List<StorageFile> |
getStorageFiles()
A container of various Storage Files that reside within a specific Storage Unit
|
String |
getStorageUnitStatus()
The status of this Storage Unit.
|
int |
hashCode() |
void |
setStorage(Storage storage) |
void |
setStorageDirectory(StorageDirectory storageDirectory) |
void |
setStorageFiles(List<StorageFile> storageFiles) |
void |
setStorageUnitStatus(String storageUnitStatus) |
String |
toString() |
public Storage getStorage()
public void setStorage(Storage storage)
public StorageDirectory getStorageDirectory()
public void setStorageDirectory(StorageDirectory storageDirectory)
public List<StorageFile> getStorageFiles()
public void setStorageFiles(List<StorageFile> storageFiles)
public String getStorageUnitStatus()
public void setStorageUnitStatus(String storageUnitStatus)
Copyright © 2017. All rights reserved.