Class Usage
java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Usage
Usage statistics for this server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe amount of comments that were made by users that are registered on this server.The amount of posts that were made by users that are registered on this server.getUsers()
statistics about the users of this server.void
setLocalComments
(Integer localComments) The amount of comments that were made by users that are registered on this server.void
setLocalPosts
(Integer localPosts) The amount of posts that were made by users that are registered on this server.void
statistics about the users of this server.withLocalComments
(Integer localComments) withLocalPosts
(Integer localPosts)
-
Constructor Details
-
Usage
public Usage()
-
-
Method Details
-
getUsers
statistics about the users of this server. (Required) -
setUsers
statistics about the users of this server. (Required) -
withUsers
-
getLocalPosts
The amount of posts that were made by users that are registered on this server. -
setLocalPosts
The amount of posts that were made by users that are registered on this server. -
withLocalPosts
-
getLocalComments
The amount of comments that were made by users that are registered on this server. -
setLocalComments
The amount of comments that were made by users that are registered on this server. -
withLocalComments
-