Class UnlockPaymentRequest
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
-
- All Implemented Interfaces:
Serializable
public class UnlockPaymentRequest extends Object implements Serializable
A request DTO used to release locks on a set of payments.- Author:
- Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnlockPaymentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Collection<String>
getLockTokens()
List of tokens that can be used to release payment locks.int
hashCode()
void
setLockTokens(Collection<String> lockTokens)
List of tokens that can be used to release payment locks.String
toString()
-
-
-
Method Detail
-
getLockTokens
public Collection<String> getLockTokens()
List of tokens that can be used to release payment locks.- Returns:
- List of tokens that can be used to release payment locks.
-
setLockTokens
public void setLockTokens(Collection<String> lockTokens)
List of tokens that can be used to release payment locks.- Parameters:
lockTokens
- List of tokens that can be used to release payment locks.
-
canEqual
protected boolean canEqual(Object other)
-
-