java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Usage

public class Usage extends Object
Usage statistics for this server.
  • Constructor Details

    • Usage

      public Usage()
  • Method Details

    • getUsers

      public Users getUsers()
      statistics about the users of this server. (Required)
    • setUsers

      public void setUsers(Users users)
      statistics about the users of this server. (Required)
    • withUsers

      public Usage withUsers(Users users)
    • getLocalPosts

      public Integer getLocalPosts()
      The amount of posts that were made by users that are registered on this server.
    • setLocalPosts

      public void setLocalPosts(Integer localPosts)
      The amount of posts that were made by users that are registered on this server.
    • withLocalPosts

      public Usage withLocalPosts(Integer localPosts)
    • getLocalComments

      public Integer getLocalComments()
      The amount of comments that were made by users that are registered on this server.
    • setLocalComments

      public void setLocalComments(Integer localComments)
      The amount of comments that were made by users that are registered on this server.
    • withLocalComments

      public Usage withLocalComments(Integer localComments)