Class GetOutput

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.tables.get.GetOutput
All Implemented Interfaces:
Serializable

public class GetOutput extends AbstractActionOutput implements Serializable
Output for a Get action
See Also:
  • Constructor Details

    • GetOutput

      public GetOutput()
  • Method Details

    • getRecord

      public QRecord getRecord()
      Getter for record
    • setRecord

      public void setRecord(QRecord record)
      Setter for record
    • withRecord

      public GetOutput withRecord(QRecord record)
      Fluent setter for record