| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected StorageDirectory |
StorageUnit.storageDirectory |
protected StorageDirectory |
StorageUnitCreateRequest.storageDirectory |
| Modifier and Type | Method and Description |
|---|---|
StorageDirectory |
ObjectFactory.createStorageDirectory()
Create an instance of
StorageDirectory |
StorageDirectory |
StorageUnit.getStorageDirectory()
Gets the value of the storageDirectory property.
|
StorageDirectory |
StorageUnitCreateRequest.getStorageDirectory()
Gets the value of the storageDirectory property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageUnit.setStorageDirectory(StorageDirectory value)
Sets the value of the storageDirectory property.
|
void |
StorageUnitCreateRequest.setStorageDirectory(StorageDirectory value)
Sets the value of the storageDirectory property.
|
| Constructor and Description |
|---|
StorageUnit(Storage storage,
StorageDirectory storageDirectory,
List<StorageFile> storageFiles,
String storageUnitStatus)
Fully-initialising value constructor
|
StorageUnitCreateRequest(String storageName,
StorageDirectory storageDirectory,
List<StorageFile> storageFiles,
Boolean discoverStorageFiles)
Fully-initialising value constructor
|
Copyright © 2017. All rights reserved.