public class VaultInstruction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultInstruction.Builder
Class to build instances of
VaultInstruction. |
| Constructor and Description |
|---|
VaultInstruction()
Default constructor.
|
VaultInstruction(StoreInVaultInstruction storeInVault)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StoreInVaultInstruction |
getStoreInVault()
Getter for StoreInVault.
|
void |
setStoreInVault(StoreInVaultInstruction storeInVault)
Setter for StoreInVault.
|
VaultInstruction.Builder |
toBuilder()
Builds a new
VaultInstruction.Builder object. |
String |
toString()
Converts this VaultInstruction into string format.
|
public VaultInstruction()
public VaultInstruction(StoreInVaultInstruction storeInVault)
storeInVault - StoreInVaultInstruction value for storeInVault.public StoreInVaultInstruction getStoreInVault()
public void setStoreInVault(StoreInVaultInstruction storeInVault)
storeInVault - Value for StoreInVaultInstructionpublic String toString()
public VaultInstruction.Builder toBuilder()
VaultInstruction.Builder object.
Creates the instance with the state of the current model.VaultInstruction.Builder objectCopyright © 2025. All rights reserved.