class AbstractMessagingConnector.EventCountCacheKey extends Object
Modifier and Type | Field and Description |
---|---|
private Date |
_fromDate |
private Date |
_untilDate |
private UserIdentity |
_userIdentity |
Constructor and Description |
---|
EventCountCacheKey(UserIdentity userIdentity,
Date fromDate,
Date untilDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
(package private) Date |
getFromDate() |
(package private) Date |
getUntilDate() |
(package private) UserIdentity |
getUserIdentity() |
int |
hashCode() |
private UserIdentity _userIdentity
private Date _untilDate
public EventCountCacheKey(UserIdentity userIdentity, Date fromDate, Date untilDate)
UserIdentity getUserIdentity()
Date getFromDate()
Date getUntilDate()