Class AnnotationsWebService.AnnotationSearchBatchRequest.Item

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

public static class AnnotationsWebService.AnnotationSearchBatchRequest.Item extends Object
One batch item: a literal label plus its optional per-item category hint.
Author:
tesarst
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getQuery

      @Nullable public String getQuery()
    • setQuery

      public void setQuery(@Nullable String query)
    • getCategory

      @Nullable public String getCategory()
    • setCategory

      public void setCategory(@Nullable String category)