java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.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:
  • Constructor Details

    • UnlockPaymentRequest

      public UnlockPaymentRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object