Package io.jans.as.server.ws.rs.stat
Class StatResponseItem
- java.lang.Object
-
- io.jans.as.server.ws.rs.stat.StatResponseItem
-
public class StatResponseItem extends Object
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description StatResponseItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMonth()
long
getMonthlyActiveUsers()
Map<String,Map<String,Long>>
getTokenCountPerGrantType()
void
setMonth(String month)
void
setMonthlyActiveUsers(long monthlyActiveUsers)
void
setTokenCountPerGrantType(Map<String,Map<String,Long>> tokenCountPerGrantType)
String
toString()
-
-
-
Method Detail
-
getMonthlyActiveUsers
public long getMonthlyActiveUsers()
-
setMonthlyActiveUsers
public void setMonthlyActiveUsers(long monthlyActiveUsers)
-
setTokenCountPerGrantType
public void setTokenCountPerGrantType(Map<String,Map<String,Long>> tokenCountPerGrantType)
-
getMonth
public String getMonth()
-
setMonth
public void setMonth(String month)
-
-