Class UserEventCommonPayLoad
java.lang.Object
com.skava.model.datatransferobjects.UserEventCommonPayLoad
- All Implemented Interfaces:
Serializable
This class defines the model UserEventCommonPayLoad (Data transfer Object). UserEventCommonPayLoad is a place where
user's locale and event is being stored
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserEventCommonPayLoad
(long storeId, String locale) Initiates the new UserEventCommonPayload with the parameter constructor to set the value of locale and storeid. -
Method Summary
-
Constructor Details
-
UserEventCommonPayLoad
Initiates the new UserEventCommonPayload with the parameter constructor to set the value of locale and storeid.- Parameters:
storeId
- Indicates the store id of an user.locale
- Indicates the locale object for response message.
-