Class AnnotationSetsWebService.DispositionResponse

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

public static class AnnotationSetsWebService.DispositionResponse extends Object
Wire shape of one per-finding ruling.
  • Field Details

    • id

      public Long id
    • annotationSetId

      public Long annotationSetId
    • targetId

      public String targetId
    • findingId

      @Nullable public String findingId
      Null on a target-keyed row; see the request shape.
    • disposition

      public String disposition
    • decidedBy

      public String decidedBy
    • judgeKind

      public String judgeKind
    • decidedAt

      public Date decidedAt
    • reason

      @Nullable public String reason
  • Constructor Details

    • DispositionResponse

      public DispositionResponse()