Package org.dspace.app.rest.model
Class UsageReportPointDsoTotalVisitsRest
- java.lang.Object
-
- org.dspace.app.rest.model.RestAddressableModel
-
- org.dspace.app.rest.model.BaseObjectRest<String>
-
- org.dspace.app.rest.model.UsageReportPointRest
-
- org.dspace.app.rest.model.UsageReportPointDsoTotalVisitsRest
-
- All Implemented Interfaces:
Serializable,RestModel
public class UsageReportPointDsoTotalVisitsRest extends UsageReportPointRest
This class serves as a REST representation of a TotalVisit data Point of a DSO'sUsageReportRestfrom the DSpace statistics- Author:
- Maria Verdonck (Atmire) on 08/06/2020
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.model.UsageReportPointRest
CATEGORY, id, label, NAME
-
Fields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW
-
-
Constructor Summary
Constructors Constructor Description UsageReportPointDsoTotalVisitsRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Returns the type of thisUsageReportPointRestobjectvoidsetType(String type)Sets the type of thisUsageReportPointRestobject, should be type of dso concerned (e.g.-
Methods inherited from class org.dspace.app.rest.model.UsageReportPointRest
addValue, getCategory, getController, getId, getLabel, getValues, setId, setLabel, setValues
-
Methods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, setErrors
-
Methods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.model.RestModel
getTypePlural
-
-
-
-
Method Detail
-
getType
public String getType()
Description copied from class:UsageReportPointRestReturns the type of thisUsageReportPointRestobject- Specified by:
getTypein interfaceRestModel- Overrides:
getTypein classUsageReportPointRest- Returns:
- Type of this
UsageReportPointRestobject
-
setType
public void setType(String type)
Sets the type of thisUsageReportPointRestobject, should be type of dso concerned (e.g. item, bitstream, ...)- Parameters:
type- Type of dso aUsageReportRestobject is being requested of (e.g. item, bitstream, ...)
-
-