public class PointVO extends Object
int
x
y
PointVO()
PointVO(int x, int y)
PointVO(int x, int y, String secretKey)
boolean
equals(Object o)
String
getSecretKey()
getX()
getY()
hashCode()
PointVO
parse(String jsonStr)
void
setSecretKey(String secretKey)
setX(int x)
setY(int y)
toJsonString()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public PointVO(int x, int y, String secretKey)
public PointVO()
public PointVO(int x, int y)
public String getSecretKey()
public void setSecretKey(String secretKey)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public String toJsonString()
public PointVO parse(String jsonStr)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2021. All rights reserved.