Package org.netxms.client.datacollection
Class TransformationTestResult
- java.lang.Object
-
- org.netxms.client.datacollection.TransformationTestResult
-
public final class TransformationTestResult extends Object
Results of transformation script testing
-
-
Constructor Summary
Constructors Constructor Description TransformationTestResult()
-
-
-
Field Detail
-
success
public boolean success
true if script execution was successful
-
result
public String result
Script return value on success or error message on failure
-
-