Class AbstractMessagingConnector.EventCountCacheKey
- java.lang.Object
-
- org.ametys.plugins.messagingconnector.AbstractMessagingConnector.EventCountCacheKey
-
- Enclosing class:
- AbstractMessagingConnector
static class AbstractMessagingConnector.EventCountCacheKey extends Object
Internal class for key of events count cache
-
-
Field Summary
Fields Modifier and Type Field Description private int_maxDaysprivate UserIdentity_userIdentity
-
Constructor Summary
Constructors Constructor Description EventCountCacheKey(UserIdentity userIdentity, int maxDays)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)(package private) intgetMaxDays()(package private) UserIdentitygetUserIdentity()inthashCode()
-
-
-
Field Detail
-
_userIdentity
private UserIdentity _userIdentity
-
_maxDays
private int _maxDays
-
-
Constructor Detail
-
EventCountCacheKey
public EventCountCacheKey(UserIdentity userIdentity, int maxDays)
-
-
Method Detail
-
getUserIdentity
UserIdentity getUserIdentity()
-
getMaxDays
int getMaxDays()
-
-