public class PointVO extends Object
| Constructor and Description |
|---|
PointVO() |
PointVO(int x,
int y) |
PointVO(int x,
int y,
String secretKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSecretKey() |
int |
getX() |
int |
getY() |
int |
hashCode() |
PointVO |
parse(String jsonStr) |
void |
setSecretKey(String secretKey) |
void |
setX(int x) |
void |
setY(int y) |
String |
toJsonString() |
public PointVO(int x,
int y,
String secretKey)
public PointVO()
public PointVO(int x,
int y)
Copyright © 2025. All rights reserved.