Class CustomerAccountUpdateRequest

java.lang.Object
com.broadleafcommerce.auth.resource.domain.CustomerAccountUpdateRequest

public class CustomerAccountUpdateRequest extends Object
Data about the account status change
Author:
Cade Rea (cade-rea)
  • Constructor Details

    • CustomerAccountUpdateRequest

      public CustomerAccountUpdateRequest()
    • CustomerAccountUpdateRequest

      public CustomerAccountUpdateRequest(String accountId, String parentAccountId, String status, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
  • Method Details

    • getAccountId

      public String getAccountId()
    • getParentAccountId

      public String getParentAccountId()
    • getStatus

      public String getStatus()
    • getContextInfo

      public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
    • setAccountId

      public void setAccountId(String accountId)
    • setParentAccountId

      public void setParentAccountId(String parentAccountId)
    • setStatus

      public void setStatus(String status)
    • setContextInfo

      public void setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    • 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