public class CalendarEventSet extends Object implements Serializable
| Constructor and Description |
|---|
CalendarEventSet(String key,
Set<net.fortuna.ical4j.model.component.VEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
Set<net.fortuna.ical4j.model.component.VEvent> |
getEvents() |
long |
getExpirationTime()
Return the expiration time of this CalendarEventSet.
|
String |
getKey() |
void |
setExpirationTime(long expirationTime)
Set the time in absolute milliseconds when this CalendarEventSet should be evicted from cache.
|
public String getKey()
public Set<net.fortuna.ical4j.model.component.VEvent> getEvents()
public long getExpirationTime()
public void setExpirationTime(long expirationTime)
expirationTime - Copyright © 2019 Apereo. All rights reserved.