Class ReleaseSkuInventoryReservationResponse

java.lang.Object
com.broadleafcommerce.inventory.domain.ReleaseSkuInventoryReservationResponse
All Implemented Interfaces:
Serializable

public class ReleaseSkuInventoryReservationResponse extends Object implements Serializable
Represents a response from releasing inventory reservations.
Author:
Sunny Yu
See Also:
  • Constructor Details

    • ReleaseSkuInventoryReservationResponse

      public ReleaseSkuInventoryReservationResponse()
  • Method Details

    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
      Additional attributes that can be declared for this request.
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Additional attributes that can be declared for this request.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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