Class DatasetsWebService.CategoryWithUsageStatisticsValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.CategoryWithUsageStatisticsValueObject
- All Implemented Interfaces:
DatasetsWebService.UsageStatistics
- Enclosing class:
DatasetsWebService
public static final class DatasetsWebService.CategoryWithUsageStatisticsValueObject
extends Object
implements DatasetsWebService.UsageStatistics
- Author:
- tesarst
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryWithUsageStatisticsValueObject(String categoryUri, String category, Long numberOfExpressionExperiments) Creates a newCategoryWithUsageStatisticsValueObjectinstance. -
Method Summary
-
Constructor Details
-
CategoryWithUsageStatisticsValueObject
public CategoryWithUsageStatisticsValueObject(String categoryUri, String category, Long numberOfExpressionExperiments) Creates a newCategoryWithUsageStatisticsValueObjectinstance.- Parameters:
categoryUri- Named to matchCharacteristicand the curation write side, which both saycategory/categoryUri. This route saidclassName/classUrifor the same thing, so a caller reading categories here and filtering datasets by them was using two vocabularies for one concept.category-numberOfExpressionExperiments-
-
-
Method Details
-
getCategoryUri
Named to matchCharacteristicand the curation write side, which both saycategory/categoryUri. This route saidclassName/classUrifor the same thing, so a caller reading categories here and filtering datasets by them was using two vocabularies for one concept. -
getCategory
-
getNumberOfExpressionExperiments
- Specified by:
getNumberOfExpressionExperimentsin interfaceDatasetsWebService.UsageStatistics
-
equals
-
hashCode
-
toString
-