Class CallFunctionReportNode

java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.artefacts.reports.ReportNode
step.artefacts.reports.CallFunctionReportNode

public class CallFunctionReportNode extends ReportNode
  • Field Details

    • functionId

      protected String functionId
    • functionAttributes

      protected Map<String,String> functionAttributes
    • agentUrl

      protected String agentUrl
    • tokenId

      protected String tokenId
    • input

      protected String input
    • output

      protected String output
    • outputObject

      protected jakarta.json.JsonObject outputObject
  • Constructor Details

    • CallFunctionReportNode

      public CallFunctionReportNode()
  • Method Details

    • getAgentUrl

      public String getAgentUrl()
    • setAgentUrl

      public void setAgentUrl(String agentUrl)
    • getTokenId

      public String getTokenId()
    • setTokenId

      public void setTokenId(String tokenId)
    • getInput

      public String getInput()
    • setInput

      public void setInput(String input)
    • getOutput

      public String getOutput()
    • setOutput

      public void setOutput(String output)
    • getOutputObject

      public jakarta.json.JsonObject getOutputObject()
    • setOutputObject

      public void setOutputObject(jakarta.json.JsonObject outputObject)
    • getFunctionId

      public String getFunctionId()
    • setFunctionId

      public void setFunctionId(String functionId)
    • getFunctionAttributes

      public Map<String,String> getFunctionAttributes()
    • setFunctionAttributes

      public void setFunctionAttributes(Map<String,String> functionAttributes)
    • getMeasures

      public List<step.core.reports.Measure> getMeasures()
    • setMeasures

      public void setMeasures(List<step.core.reports.Measure> measures)
    • getReportAsString

      public String getReportAsString()
      Overrides:
      getReportAsString in class ReportNode
      Returns:
      a string representation of this report node. This method is called by report generators like the JUnit runner