Class CartPendingPaymentFailedEvent
- java.lang.Object
-
- com.broadleafcommerce.cart.service.messaging.event.CartPendingPaymentFailedEvent
-
- All Implemented Interfaces:
Serializable
public class CartPendingPaymentFailedEvent extends Object implements Serializable
A message event dispatched after one or more of a cart's pending payments failed.- Author:
- Sunny Yu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CartPendingPaymentFailedEvent()
CartPendingPaymentFailedEvent(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getCartId()
TheCart.getId()
in which one or more of its pending payments failed.com.broadleafcommerce.data.tracking.core.context.ContextInfo
getContextInfo()
TheContextInfo
derived from the original request containing tenant and sandbox info.int
hashCode()
void
setCartId(String cartId)
TheCart.getId()
in which one or more of its pending payments failed.void
setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
TheContextInfo
derived from the original request containing tenant and sandbox info.String
toString()
-
-
-
Constructor Detail
-
CartPendingPaymentFailedEvent
public CartPendingPaymentFailedEvent()
-
CartPendingPaymentFailedEvent
public CartPendingPaymentFailedEvent(String cartId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
-
Method Detail
-
getCartId
public String getCartId()
TheCart.getId()
in which one or more of its pending payments failed.
-
getContextInfo
@Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
TheContextInfo
derived from the original request containing tenant and sandbox info.- Returns:
- The
ContextInfo
derived from the original request
-
setCartId
public void setCartId(String cartId)
TheCart.getId()
in which one or more of its pending payments failed.
-
setContextInfo
public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
TheContextInfo
derived from the original request containing tenant and sandbox info.
-
canEqual
protected boolean canEqual(Object other)
-
-