Class BulkTagRequest

java.lang.Object
com.broadleafcommerce.asset.domain.BulkTagRequest
All Implemented Interfaces:
Serializable

public class BulkTagRequest extends Object implements Serializable
Request domain for detailing how to handle bulk actions for adding and removing tags on multiple asset
Author:
Chad Harchar (charchar)
See Also:
  • Constructor Details

    • BulkTagRequest

      public BulkTagRequest()
  • Method Details

    • getTag

      public String getTag()
      The tag with which to perform the action
    • getAssetContextIds

      public Set<String> getAssetContextIds()
      The list of asset ids with which to add/remove the tag to/from
    • setTag

      public void setTag(String tag)
      The tag with which to perform the action
    • setAssetContextIds

      public void setAssetContextIds(Set<String> assetContextIds)
      The list of asset ids with which to add/remove the tag to/from
    • 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