Class AdminWebService.ImportGeoBatchResponse

java.lang.Object
ubic.gemma.rest.AdminWebService.ImportGeoBatchResponse
Enclosing class:
AdminWebService

public static class AdminWebService.ImportGeoBatchResponse extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • count

      public int count
      Number of tasks actually submitted (post-blank-skip).
    • submittedJobIds

      public List<String> submittedJobIds
      Submitted task IDs in the same order as the cleaned accession list. Poll each at `/tasks/{taskId}`.
  • Constructor Details

    • ImportGeoBatchResponse

      public ImportGeoBatchResponse()