public class EncryptedValueResult<EncryptedType> extends Object
| Constructor and Description |
|---|
EncryptedValueResult(String key,
EncryptedType templateValue,
EncryptedType configurationValue) |
EncryptedValueResult(String key,
EncryptedType templateValue,
EncryptedType configurationValue,
EncryptedType configFileValue) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptedType> |
getConfigFileValue() |
EncryptedType |
getConfigurationValue() |
String |
getKey() |
EncryptedType |
getTemplateValue() |
public EncryptedValueResult(String key, EncryptedType templateValue, EncryptedType configurationValue)
public EncryptedValueResult(String key, EncryptedType templateValue, EncryptedType configurationValue, EncryptedType configFileValue)
public EncryptedType getTemplateValue()
public EncryptedType getConfigurationValue()
public String getKey()
public Optional<EncryptedType> getConfigFileValue()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.