Class TicketsWebService.OpenTicketSummaryResponse

java.lang.Object
ubic.gemma.rest.TicketsWebService.OpenTicketSummaryResponse
Enclosing class:
TicketsWebService

public static class TicketsWebService.OpenTicketSummaryResponse extends Object
Author:
paul
  • Field Details

    • totalOpen

      public long totalOpen
      Open tickets across the corpus, EXCLUDING TicketType.SCRATCHPAD. See scratchpadOpen — this is deliberately not the sum of byType.
    • scratchpadOpen

      public long scratchpadOpen
      Open scratchpads, held out of totalOpen so the exclusion is a number a caller can see and add back rather than a filter it has to know about. Equals the SCRATCHPAD entry of byType, and roughly tracks the number of curators who have used one.
    • byType

      public Map<TicketType, Long> byType
      Per-type open counts. Every TicketType appears, including SCRATCHPAD.
  • Constructor Details

    • OpenTicketSummaryResponse

      public OpenTicketSummaryResponse()