Class SupportedBulkOperation

java.lang.Object
com.broadleafcommerce.bulk.v2.domain.SupportedBulkOperation
All Implemented Interfaces:
Serializable

public class SupportedBulkOperation extends Object implements Serializable
DTO containing information on a supported bulk operation.
See Also:
  • Constructor Details

    • SupportedBulkOperation

      public SupportedBulkOperation()
  • Method Details

    • getOperationType

      public String getOperationType()
      The operation type that is supported.
    • getAttributes

      public Map<String,Object> getAttributes()
      Miscellaneous attributes for this request.
    • setOperationType

      public void setOperationType(String operationType)
      The operation type that is supported.
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Miscellaneous attributes for this request.
    • 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