Class Point
java.lang.Object
io.micronaut.serde.toml.fixture.Point
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point() -
Point
public Point(int x, int y)
-
-
Method Details
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
equals
-
hashCode
-