Class ReadBulkOperationsRequest

java.lang.Object
com.broadleafcommerce.catalog.web.endpoint.dto.ReadBulkOperationsRequest
All Implemented Interfaces:
Serializable

public class ReadBulkOperationsRequest extends Object implements Serializable
Since:
2.1.0-GA
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • ReadBulkOperationsRequest

      public ReadBulkOperationsRequest()
  • Method Details

    • getName

      public String getName()
      The name or partial name of the operations to read.
    • getStatus

      public String getStatus()
      The status of the operations to read.
    • getSubstatus

      public String getSubstatus()
      The substatus of the operations to read.
    • setName

      public void setName(String name)
      The name or partial name of the operations to read.
    • setStatus

      public void setStatus(String status)
      The status of the operations to read.
    • setSubstatus

      public void setSubstatus(String substatus)
      The substatus of the operations to read.
    • 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