Class AnnotationSetsWebService.AnnotationSetRequest

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

public static class AnnotationSetsWebService.AnnotationSetRequest extends Object
  • Field Details

    • role

      public String role
    • source

      @Nullable public String source
    • kind

      @Nullable public String kind
    • runId

      @Nullable public String runId
    • createdBy

      @Nullable public String createdBy
    • agentVersion

      @Nullable public String agentVersion
    • model

      @Nullable public String model
    • runSha

      @Nullable public String runSha
      The producing repository's git head sha. Not redundant with model — behaviour differs between shas at one model, so the model alone does not identify the build.
    • agentName

      @Nullable public String agentName
      Which specialist produced it (cell_type, disease, …); "the agent" is a fleet.
    • ranAt

      @Nullable public Date ranAt
    • payloadJson

      @Nullable public String payloadJson
    • parentId

      @Nullable public Long parentId
  • Constructor Details

    • AnnotationSetRequest

      public AnnotationSetRequest()