Class SaveAssayRunsResponse

java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.assay.SaveAssayRunsResponse

public class SaveAssayRunsResponse extends CommandResponse
  • Constructor Details

    • SaveAssayRunsResponse

      public SaveAssayRunsResponse(String text, int statusCode, String contentType, org.json.JSONObject json)
      Constructs a new CommandResponse, initialized with the provided response text and status code.
      Parameters:
      text - The response text
      statusCode - The HTTP status code
      contentType - The response content type
      json - The parsed JSONObject (or null if JSON was not returned)
  • Method Details

    • getRuns

      public List<Run> getRuns()
    • setRuns

      public void setRuns(List<Run> runs)