Class RenderTemplateOutput

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.templates.RenderTemplateOutput

public class RenderTemplateOutput extends AbstractActionOutput
  • Constructor Details

    • RenderTemplateOutput

      public RenderTemplateOutput()
  • Method Details

    • getResult

      public String getResult()
      Getter for result
    • setResult

      public void setResult(String result)
      Setter for result
    • withResult

      public RenderTemplateOutput withResult(String result)
      Fluent setter for result