Package io.inugami.api.models.events
Class Event
- java.lang.Object
-
- io.inugami.api.models.events.GenericEvent
-
- io.inugami.api.models.events.Event
-
- All Implemented Interfaces:
ClonableObject<GenericEvent>,Serializable
public class Event extends GenericEvent
Event- Since:
- 4 oct. 2016
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.inugami.api.models.events.GenericEvent
from, fromFirstTime
-
-
Constructor Summary
Constructors Constructor Description Event()Event(String name, String from, String until, String provider, List<ProcessorModel> processors, List<TargetConfig> targets, String scheduler, String mapper, List<AlertingModel> alertings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericEventcloneObj()StringgetScheduler()List<TargetConfig>getTargets()voidsetScheduler(String scheduler)-
Methods inherited from class io.inugami.api.models.events.GenericEvent
buildFrom, buildFromFirstTime, buildMapper, buildProvider, buildUntil, getAlertings, getFrom, getFromFirstTime, getMapper, getProcessors, getProvider, getUntil, toString
-
-
-
-
Constructor Detail
-
Event
public Event()
-
Event
public Event(String name, String from, String until, String provider, List<ProcessorModel> processors, List<TargetConfig> targets, String scheduler, String mapper, List<AlertingModel> alertings)
-
-
Method Detail
-
cloneObj
public GenericEvent cloneObj()
- Specified by:
cloneObjin interfaceClonableObject<GenericEvent>- Overrides:
cloneObjin classGenericEvent
-
getTargets
public List<TargetConfig> getTargets()
-
getScheduler
public String getScheduler()
-
setScheduler
public void setScheduler(String scheduler)
-
-