Class AnnotationsWebService.AnnotationSearchBatchRequest

java.lang.Object
ubic.gemma.rest.AnnotationsWebService.AnnotationSearchBatchRequest
Enclosing class:
AnnotationsWebService

public static class AnnotationsWebService.AnnotationSearchBatchRequest extends Object
Request body for AnnotationsWebService.searchAnnotationsBatch(AnnotationsWebService.AnnotationSearchBatchRequest). queries is the list of labels to resolve, each independently; every other field is a shared knob applied to all items (mirroring the GET /annotations/search query parameters). Nulls fall back to the same defaults as the GET.
Author:
tesarst
  • Constructor Details

    • AnnotationSearchBatchRequest

      public AnnotationSearchBatchRequest()
  • Method Details

    • getQueries

    • setQueries

      public void setQueries(@Nullable List<AnnotationsWebService.AnnotationSearchBatchRequest.Item> queries)
    • getRank

      @Nullable public String getRank()
    • setRank

      public void setRank(@Nullable String rank)
    • getLimit

      @Nullable public Integer getLimit()
    • setLimit

      public void setLimit(@Nullable Integer limit)
    • getPrefixes

      @Nullable public String getPrefixes()
    • setPrefixes

      public void setPrefixes(@Nullable String prefixes)
    • getExactLabel

      @Nullable public Boolean getExactLabel()
    • setExactLabel

      public void setExactLabel(@Nullable Boolean exactLabel)
    • getSuppressNearMatches

      @Nullable public Boolean getSuppressNearMatches()
      See Also:
    • setSuppressNearMatches

      public void setSuppressNearMatches(@Nullable Boolean suppressNearMatches)
    • getIncludeGenes

      @Nullable public Boolean getIncludeGenes()
    • setIncludeGenes

      public void setIncludeGenes(@Nullable Boolean includeGenes)
    • getIncludeGeneCount

      @Nullable public Boolean getIncludeGeneCount()
    • setIncludeGeneCount

      public void setIncludeGeneCount(@Nullable Boolean includeGeneCount)
    • getGeneCountMaxTerms

      @Nullable public Integer getGeneCountMaxTerms()
    • setGeneCountMaxTerms

      public void setGeneCountMaxTerms(@Nullable Integer geneCountMaxTerms)
    • getTaxon

      @Nullable public String getTaxon()
    • setTaxon

      public void setTaxon(@Nullable String taxon)