Package org.apache.unomi.api
Class EventInfo
- java.lang.Object
-
- org.apache.unomi.api.EventInfo
-
public class EventInfo extends Object
Basic event information
-
-
Constructor Summary
Constructors Constructor Description EventInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Long
getOccurences()
void
setName(String name)
void
setOccurences(Long occurences)
-