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 StringgetMonth()longgetMonthlyActiveUsers()Map<String,Map<String,Long>>getTokenCountPerGrantType()voidsetMonth(String month)voidsetMonthlyActiveUsers(long monthlyActiveUsers)voidsetTokenCountPerGrantType(Map<String,Map<String,Long>> tokenCountPerGrantType)StringtoString()
-
-
-
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)
-
-