Class AnnotationSetsWebService.TriageResponse

java.lang.Object
ubic.gemma.rest.AnnotationSetsWebService.TriageResponse
Enclosing class:
AnnotationSetsWebService

public static class AnnotationSetsWebService.TriageResponse extends Object
Wire shape of one triage ruling.
  • Field Details

    • id

      public Long id
    • annotationSetId

      public Long annotationSetId
    • triage

      public String triage
    • judgedBy

      public String judgedBy
    • judgeKind

      public String judgeKind
    • judgedAt

      public Date judgedAt
    • note

      public String note
  • Constructor Details

    • TriageResponse

      public TriageResponse()