Class 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 Detail

      • UnlockPaymentRequest

        public UnlockPaymentRequest()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object