Class Users
java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Users
statistics about the users of this server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe amount of users that signed in at least once in the last 180 days.The amount of users that signed in at least once in the last 30 days.getTotal()
The total amount of on this server registered users.void
setActiveHalfyear
(Integer activeHalfyear) The amount of users that signed in at least once in the last 180 days.void
setActiveMonth
(Integer activeMonth) The amount of users that signed in at least once in the last 30 days.void
The total amount of on this server registered users.withActiveHalfyear
(Integer activeHalfyear) withActiveMonth
(Integer activeMonth)
-
Constructor Details
-
Users
public Users()
-
-
Method Details
-
getTotal
The total amount of on this server registered users. -
setTotal
The total amount of on this server registered users. -
withTotal
-
getActiveHalfyear
The amount of users that signed in at least once in the last 180 days. -
setActiveHalfyear
The amount of users that signed in at least once in the last 180 days. -
withActiveHalfyear
-
getActiveMonth
The amount of users that signed in at least once in the last 30 days. -
setActiveMonth
The amount of users that signed in at least once in the last 30 days. -
withActiveMonth
-