Package com.botbye.model
Class BotbyeEventInfo
- java.lang.Object
-
- com.botbye.model.BotbyeEventInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class BotbyeEventInfo extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BotbyeEventInfo(java.lang.String type, BotbyeEventStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BotbyeEventStatusgetStatus()java.lang.StringgetType()
-
-
-
Constructor Detail
-
BotbyeEventInfo
public BotbyeEventInfo(java.lang.String type, BotbyeEventStatus status)
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getStatus
public BotbyeEventStatus getStatus()
-
-