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

public class Users extends Object
statistics about the users of this server.
  • Constructor Details

    • Users

      public Users()
  • Method Details

    • getTotal

      public Integer getTotal()
      The total amount of on this server registered users.
    • setTotal

      public void setTotal(Integer total)
      The total amount of on this server registered users.
    • withTotal

      public Users withTotal(Integer total)
    • getActiveHalfyear

      public Integer getActiveHalfyear()
      The amount of users that signed in at least once in the last 180 days.
    • setActiveHalfyear

      public void setActiveHalfyear(Integer activeHalfyear)
      The amount of users that signed in at least once in the last 180 days.
    • withActiveHalfyear

      public Users withActiveHalfyear(Integer activeHalfyear)
    • getActiveMonth

      public Integer getActiveMonth()
      The amount of users that signed in at least once in the last 30 days.
    • setActiveMonth

      public void setActiveMonth(Integer activeMonth)
      The amount of users that signed in at least once in the last 30 days.
    • withActiveMonth

      public Users withActiveMonth(Integer activeMonth)