java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.ToolExecution
All Implemented Interfaces:
Serializable

public class ToolExecution extends Object implements Serializable
See Also:
  • Constructor Details

    • ToolExecution

      public ToolExecution()
    • ToolExecution

      public ToolExecution(String name, String input, String output)
  • Method Details

    • getName

      public String getName()
    • getInput

      public String getInput()
    • getOutput

      public String getOutput()