Class AnnotationSetsWebService.AnnotationSetSummaryResponse

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

public static class AnnotationSetsWebService.AnnotationSetSummaryResponse extends Object
Thin metadata response shape (no payloadJson).
  • Field Details

    • id

      public Long id
    • datasetId

      public Long datasetId
    • role

      public String role
    • source

      public String source
    • kind

      @Nullable public String kind
    • runId

      public String runId
    • parentId

      @Nullable public Long parentId
    • createdBy

      @Nullable public String createdBy
    • createdAt

      public Date createdAt
    • updatedAt

      public Date updatedAt
    • finalizedAt

      @Nullable public Date finalizedAt
    • finalizedBy

      @Nullable public String finalizedBy
    • agentVersion

      @Nullable public String agentVersion
    • model

      @Nullable public String model
    • runSha

      @Nullable public String runSha
      Present on the thin shape too: the cross-experiment role=commit listing is the "which agent applied this, from which build" query, and answering it must not require an N+1 into the full endpoint for the two fields that carry the answer.
    • agentName

      @Nullable public String agentName
    • ranAt

      @Nullable public Date ranAt
    • payloadSize

      @Nullable public Long payloadSize
    • status

      @Nullable public String status
    • factorCount

      @Nullable public Integer factorCount
    • tagCount

      @Nullable public Integer tagCount
    • datasetShortName

      @Nullable public String datasetShortName
  • Constructor Details

    • AnnotationSetSummaryResponse

      public AnnotationSetSummaryResponse()