Package org.drools.examples.broker.model
Class SuddenDropEvent
- java.lang.Object
-
- org.drools.examples.broker.model.SuddenDropEvent
-
public class SuddenDropEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description SuddenDropEvent()SuddenDropEvent(String symbol, double percent, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetPercent()StringgetSymbol()longgetTimestamp()voidsetPercent(double percent)voidsetSymbol(String symbol)voidsetTimestamp(long timestamp)
-
-
-
Constructor Detail
-
SuddenDropEvent
public SuddenDropEvent()
-
SuddenDropEvent
public SuddenDropEvent(String symbol, double percent, long timestamp)
-
-