| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected StoragePolicyRule |
StoragePolicyCreateRequest.storagePolicyRule |
protected StoragePolicyRule |
StoragePolicy.storagePolicyRule |
protected StoragePolicyRule |
StoragePolicyUpdateRequest.storagePolicyRule |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyRule |
ObjectFactory.createStoragePolicyRule()
Create an instance of
StoragePolicyRule |
StoragePolicyRule |
StoragePolicyCreateRequest.getStoragePolicyRule()
Gets the value of the storagePolicyRule property.
|
StoragePolicyRule |
StoragePolicy.getStoragePolicyRule()
Gets the value of the storagePolicyRule property.
|
StoragePolicyRule |
StoragePolicyUpdateRequest.getStoragePolicyRule()
Gets the value of the storagePolicyRule property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoragePolicyCreateRequest.setStoragePolicyRule(StoragePolicyRule value)
Sets the value of the storagePolicyRule property.
|
void |
StoragePolicy.setStoragePolicyRule(StoragePolicyRule value)
Sets the value of the storagePolicyRule property.
|
void |
StoragePolicyUpdateRequest.setStoragePolicyRule(StoragePolicyRule value)
Sets the value of the storagePolicyRule property.
|
| Constructor and Description |
|---|
StoragePolicy(int id,
StoragePolicyKey storagePolicyKey,
StoragePolicyRule storagePolicyRule,
StoragePolicyFilter storagePolicyFilter,
StoragePolicyTransition storagePolicyTransition,
String status)
Fully-initialising value constructor
|
StoragePolicyCreateRequest(StoragePolicyKey storagePolicyKey,
StoragePolicyRule storagePolicyRule,
StoragePolicyFilter storagePolicyFilter,
StoragePolicyTransition storagePolicyTransition,
String status)
Fully-initialising value constructor
|
StoragePolicyUpdateRequest(StoragePolicyRule storagePolicyRule,
StoragePolicyFilter storagePolicyFilter,
StoragePolicyTransition storagePolicyTransition,
String status)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.