Class TicketsWebService.OpenTicketSummaryResponse
java.lang.Object
ubic.gemma.rest.TicketsWebService.OpenTicketSummaryResponse
- Enclosing class:
TicketsWebService
- Author:
- paul
-
Field Summary
FieldsModifier and TypeFieldDescriptionPer-type open counts.longOpen scratchpads, held out oftotalOpenso the exclusion is a number a caller can see and add back rather than a filter it has to know about.longOpen tickets across the corpus, EXCLUDINGTicketType.SCRATCHPAD. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalOpen
public long totalOpenOpen tickets across the corpus, EXCLUDINGTicketType.SCRATCHPAD. SeescratchpadOpen— this is deliberately not the sum ofbyType. -
scratchpadOpen
-
byType
Per-type open counts. EveryTicketTypeappears, includingSCRATCHPAD.
-
-
Constructor Details
-
OpenTicketSummaryResponse
public OpenTicketSummaryResponse()
-