Class ActionExecutionResponse.ResultField

  • Enclosing class:
    ActionExecutionResponse

    public static class ActionExecutionResponse.ResultField
    extends java.lang.Object
    Action proxy execution result field. Returns as part of the Agent response with potentially updated output fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultField()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for name field.
      java.lang.Object getValue()
      Getter for value field.
      boolean isOutput()
      Getter for output field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultField

        public ResultField()
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for name field.
        Returns:
        value of name field
      • getValue

        public java.lang.Object getValue()
        Getter for value field.
        Returns:
        value of value field
      • isOutput

        public boolean isOutput()
        Getter for output field.
        Returns:
        value of output field