Class AddTestResultResponse

All Implemented Interfaces:
Serializable

public class AddTestResultResponse extends ResponseObject
TestResultResource.addTestResult response.
Author:
Marko Kanala
See Also:
  • Constructor Details

    • AddTestResultResponse

      public AddTestResultResponse()
  • Method Details

    • getTestRunId

      public Long getTestRunId()
      Returns:
      id of the test run which was created or updated, null if nothing was done
    • setTestRunId

      public void setTestRunId(Long testRunId)