org.netxms.client.datacollection
Class TransformationTestResult

java.lang.Object
  extended by org.netxms.client.datacollection.TransformationTestResult

public final class TransformationTestResult
extends java.lang.Object

Results of transformation script testing


Field Summary
 java.lang.String result
          Script return value on success or error message on failure
 boolean success
          true if script execution was successful
 
Constructor Summary
TransformationTestResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

public boolean success
true if script execution was successful


result

public java.lang.String result
Script return value on success or error message on failure

Constructor Detail

TransformationTestResult

public TransformationTestResult()


Copyright © 2013. All Rights Reserved.