Class AnnotationSetsWebService.ProvenanceRequest

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

public static class AnnotationSetsWebService.ProvenanceRequest extends Object
Body for AnnotationSetsWebService.updateAnnotationSetProvenance(Long, AnnotationSetsWebService.ProvenanceRequest). Every field is optional; an omitted one leaves the stored value alone.
  • Field Details

    • agentVersion

      @Nullable public String agentVersion
    • model

      @Nullable public String model
    • runSha

      @Nullable public String runSha
    • agentName

      @Nullable public String agentName
    • ranAt

      @Nullable public Date ranAt
  • Constructor Details

    • ProvenanceRequest

      public ProvenanceRequest()