Package org.dspace.app.rest.model
Class UsageReportPointCityRest
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.UsageReportPointCityRest
- All Implemented Interfaces:
Serializable,RestModel
This class serves as a REST representation of a City data Point of a
UsageReportRest from the DSpace
statistics- Author:
- Maria Verdonck (Atmire) on 08/06/2020
- See Also:
-
Field Summary
FieldsFields inherited from class org.dspace.app.rest.model.UsageReportPointRest
CATEGORY, id, labelFields 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 -
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the type of thisUsageReportPointRestobjectvoidSet the id of thisUsageReportPointRestobject, of the form: type of UsageReport_dso uuidMethods inherited from class org.dspace.app.rest.model.UsageReportPointRest
addValue, getCategory, getController, getId, getLabel, getValues, setLabel, setValuesMethods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, setErrorsMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.model.RestModel
getTypePlural
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
UsageReportPointCityRest
public UsageReportPointCityRest()
-
-
Method Details
-
getType
Description copied from class:UsageReportPointRestReturns the type of thisUsageReportPointRestobject- Specified by:
getTypein interfaceRestModel- Overrides:
getTypein classUsageReportPointRest- Returns:
- Type of this
UsageReportPointRestobject
-
setId
Description copied from class:UsageReportPointRestSet the id of thisUsageReportPointRestobject, of the form: type of UsageReport_dso uuid- Overrides:
setIdin classUsageReportPointRest- Parameters:
id- The id of thisUsageReportPointRestobject, of the form: type of UsageReport_dso uuid
-