Class GoTermsWebService.GoTermGeneCountValueObject
java.lang.Object
ubic.gemma.rest.GoTermsWebService.GoTermGeneCountValueObject
- Enclosing class:
GoTermsWebService
Wire payload for
GET /goTerms/{termUri}/genes/count. Fields:
termUri— the URI whose count is reported.geneCount— number of distinct genes annotated, including the descendants traversed during expansion whenpropagate=true.termsScanned— how many GO URIs the count covers (root + descendants that were walked under themaxTermscap).propagate/maxTerms— echoed back from the request so callers can detect "I asked for unbounded but got bounded" or vice versa.
-
Constructor Summary
ConstructorsConstructorDescriptionGoTermGeneCountValueObject(String termUri, long geneCount, int termsScanned, boolean propagate, int maxTerms) -
Method Summary
-
Constructor Details
-
GoTermGeneCountValueObject
public GoTermGeneCountValueObject(String termUri, long geneCount, int termsScanned, boolean propagate, int maxTerms)
-
-
Method Details
-
getTermUri
-
getGeneCount
public long getGeneCount() -
getTermsScanned
public int getTermsScanned() -
isPropagate
public boolean isPropagate() -
getMaxTerms
public int getMaxTerms() -
equals
-
hashCode
-
toString
-