.. java:import:: java.util HashMap .. java:import:: java.util Map EventInfo ========= .. java:package:: org.motechproject.scheduler.contract :noindex: .. java:type:: public class EventInfo EventInfo is the class which contains information about event associated with scheduled job. Constructors ------------ EventInfo ^^^^^^^^^ .. java:constructor:: public EventInfo() :outertype: EventInfo Methods ------- getParameters ^^^^^^^^^^^^^ .. java:method:: public Map getParameters() :outertype: EventInfo getSubject ^^^^^^^^^^ .. java:method:: public String getSubject() :outertype: EventInfo setParameters ^^^^^^^^^^^^^ .. java:method:: public void setParameters(Map parameters) :outertype: EventInfo setSubject ^^^^^^^^^^ .. java:method:: public void setSubject(String subject) :outertype: EventInfo