Class CreateRunResponse


  • public final class CreateRunResponse
    extends Object
    Response body with a run identifier.
    • Constructor Detail

      • CreateRunResponse

        public CreateRunResponse()
    • Method Detail

      • getRunId

        public String getRunId()
        Get the runId property: Identifier of a run.
        Returns:
        the runId value.
      • setRunId

        public CreateRunResponse setRunId​(String runId)
        Set the runId property: Identifier of a run.
        Parameters:
        runId - the runId value to set.
        Returns:
        the CreateRunResponse object itself.