Package ubic.gemma.rest
Class DatasetsWebService.AnnotationWithUsageStatisticsValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<Characteristic>
-
- ubic.gemma.model.common.description.AnnotationValueObject
-
- ubic.gemma.rest.DatasetsWebService.AnnotationWithUsageStatisticsValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
,DatasetsWebService.UsageStatistics
- Enclosing class:
- DatasetsWebService
public static class DatasetsWebService.AnnotationWithUsageStatisticsValueObject extends AnnotationValueObject implements DatasetsWebService.UsageStatistics
This is an aggregated entity across value URI and value, thus theid
andobjectClass
are omitted.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description AnnotationWithUsageStatisticsValueObject(Characteristic c, Long numberOfExpressionExperiments, Set<DatasetsWebService.OntologyTermValueObject> parentTerms)
-
Method Summary
-
Methods inherited from class ubic.gemma.model.common.description.AnnotationValueObject
toString
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.rest.DatasetsWebService.UsageStatistics
getNumberOfExpressionExperiments
-
-
-
-
Constructor Detail
-
AnnotationWithUsageStatisticsValueObject
public AnnotationWithUsageStatisticsValueObject(Characteristic c, Long numberOfExpressionExperiments, @Nullable Set<DatasetsWebService.OntologyTermValueObject> parentTerms)
-
-