Class ProcessImportRequest

java.lang.Object
com.broadleafcommerce.dataimport.messaging.ProcessImportRequest
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable, Serializable

public class ProcessImportRequest extends Object implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to perform the import Import.
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Constructor Details

    • ProcessImportRequest

      public ProcessImportRequest(@NonNull String importId)
  • Method Details

    • getImportId

      @NonNull public String getImportId()
      The ID of the Import that needs to be processed.
      See Also:
      • Import.id
    • getToken

      public String getToken()
      Specified by:
      getToken in interface com.broadleafcommerce.common.messaging.Securable
    • 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
    • setToken

      public void setToken(String token)
      Specified by:
      setToken in interface com.broadleafcommerce.common.messaging.Securable