public class PointVO extends Object
private String secretKey
public int x
public int y
public PointVO(int x,
int y,
String secretKey)
public PointVO()
public PointVO(int x,
int y)
Copyright © 2023. All rights reserved.