类 GraphicCaptcha

java.lang.Object
cn.herodotus.engine.assistant.core.definition.domain.AbstractDto
cn.herodotus.engine.captcha.core.dto.Captcha
cn.herodotus.engine.captcha.core.dto.GraphicCaptcha
所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.domain.Entity, Serializable

public class GraphicCaptcha extends Captcha

Description: 图形验证码

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/12/21 22:19
  • 构造器详细资料

    • GraphicCaptcha

      public GraphicCaptcha()
  • 方法详细资料

    • getGraphicImageBase64

      public String getGraphicImageBase64()
    • setGraphicImageBase64

      public void setGraphicImageBase64(String graphicImageBase64)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object