Class CallResult.UpdatedVariable
- java.lang.Object
-
- de.gebit.integrity.runner.results.call.CallResult.UpdatedVariable
-
- Enclosing class:
- CallResult
public static final class CallResult.UpdatedVariable extends Object
An updated variable.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description UpdatedVariable(VariableOrConstantEntity aTargetVariable, String aParameterName, Object aValue)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParameterName()
VariableOrConstantEntity
getTargetVariable()
Object
getValue()
void
setValue(Object aValue)
String
toString()
-
-
-
Constructor Detail
-
UpdatedVariable
public UpdatedVariable(VariableOrConstantEntity aTargetVariable, String aParameterName, Object aValue)
Creates a new instance.- Parameters:
aTargetVariable
- the variable entity that is being updatedaParameterName
- the name of the parameteraValue
- the new value
-
-