类 PointVO

java.lang.Object
com.xingyuv.captcha.model.vo.PointVO

public class PointVO extends Object
Created by raodeming on 2020/5/16.
  • 字段详细资料

    • secretKey

      private String secretKey
    • x

      public int x
    • y

      public int y
  • 构造器详细资料

    • PointVO

      public PointVO(int x, int y, String secretKey)
    • PointVO

      public PointVO()
    • PointVO

      public PointVO(int x, int y)
  • 方法详细资料

    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getX

      public int getX()
    • setX

      public void setX(int x)
    • getY

      public int getY()
    • setY

      public void setY(int y)
    • toJsonString

      public String toJsonString()
    • parse

      public PointVO parse(String jsonStr)
    • equals

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

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