java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.captcha.CaptchaConfigWsDTO
All Implemented Interfaces:
Serializable

public class CaptchaConfigWsDTO extends Object implements Serializable
Configuration information of captcha
See Also:
  • Constructor Details

    • CaptchaConfigWsDTO

      public CaptchaConfigWsDTO()
  • Method Details

    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()
    • setPublicKey

      public void setPublicKey(String publicKey)
    • getPublicKey

      public String getPublicKey()