Class UserEventCommonPayLoad

java.lang.Object
com.skava.model.datatransferobjects.UserEventCommonPayLoad
All Implemented Interfaces:
Serializable

public class UserEventCommonPayLoad extends Object implements 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 Details

    • UserEventCommonPayLoad

      public UserEventCommonPayLoad(long storeId, String locale)
      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.