Class StatResponseItem

java.lang.Object
io.jans.as.server.ws.rs.stat.StatResponseItem

public class StatResponseItem extends Object
Author:
Yuriy Zabrovarnyy
  • Constructor Details

    • StatResponseItem

      public StatResponseItem()
  • Method Details

    • getMonthlyActiveUsers

      public long getMonthlyActiveUsers()
    • setMonthlyActiveUsers

      public void setMonthlyActiveUsers(long monthlyActiveUsers)
    • getTokenCountPerGrantType

      public Map<String,Map<String,Long>> getTokenCountPerGrantType()
    • setTokenCountPerGrantType

      public void setTokenCountPerGrantType(Map<String,Map<String,Long>> tokenCountPerGrantType)
    • getMonth

      public String getMonth()
    • setMonth

      public void setMonth(String month)
    • toString

      public String toString()
      Overrides:
      toString in class Object