Class FunctionResult

java.lang.Object
com.aquima.interactions.portal.function.FunctionResult
All Implemented Interfaces:
IFunctionResult

public class FunctionResult extends Object implements IFunctionResult
  • Constructor Details

    • FunctionResult

      public FunctionResult(String eventName)
  • Method Details

    • getEvent

      public String getEvent()
      Description copied from interface: IFunctionResult
      This method should return the resulting event of the function call.
      Specified by:
      getEvent in interface IFunctionResult
      Returns:
      The event, may be null.