Class PreboardedWebService.AttachAnnotationSetRequest

java.lang.Object
ubic.gemma.rest.PreboardedWebService.AttachAnnotationSetRequest
Enclosing class:
PreboardedWebService

public static class PreboardedWebService.AttachAnnotationSetRequest extends Object
  • Field Details

    • runId

      public String runId
    • agentVersion

      @Nullable public String agentVersion
    • model

      @Nullable public String model
    • ranAt

      @Nullable public Date ranAt
    • payloadJson

      @Nullable public String payloadJson
    • kind

      @Nullable public String kind
      Sub-discriminator on PROPOSAL rows. "proposal" (default) or "audit". Case-insensitive.
    • role

      @Nullable public String role
      Annotation set role; default "proposal" matches the original /proposals endpoint semantics.
    • source

      @Nullable public String source
      Annotation set source; default "agent" for the preboarded surface.
    • createdBy

      @Nullable public String createdBy
  • Constructor Details

    • AttachAnnotationSetRequest

      public AttachAnnotationSetRequest()