Class CustomerEmulationParams

java.lang.Object
de.hybris.platform.assistedserviceservices.utils.CustomerEmulationParams
All Implemented Interfaces:
Serializable

public class CustomerEmulationParams extends Object implements Serializable
Class represents deep link parameters for saving in session.
See Also:
  • Constructor Details

    • CustomerEmulationParams

      public CustomerEmulationParams(String userId, String cartId)
    • CustomerEmulationParams

      public CustomerEmulationParams(String userId, String cartId, String orderId)
  • Method Details

    • getUserId

      public String getUserId()
      Returns:
      the userId
    • getCartId

      public String getCartId()
      Returns:
      the cartId
    • getOrderId

      public String getOrderId()
      Returns:
      the orderId