public class CorporationBookmarksCoordinates extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_X |
static String |
SERIALIZED_NAME_Y |
static String |
SERIALIZED_NAME_Z |
| Constructor and Description |
|---|
CorporationBookmarksCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getX()
x number
|
Double |
getY()
y number
|
Double |
getZ()
z number
|
int |
hashCode() |
void |
setX(Double x) |
void |
setY(Double y) |
void |
setZ(Double z) |
String |
toString() |
CorporationBookmarksCoordinates |
x(Double x) |
CorporationBookmarksCoordinates |
y(Double y) |
CorporationBookmarksCoordinates |
z(Double z) |
public static final String SERIALIZED_NAME_X
public static final String SERIALIZED_NAME_Y
public static final String SERIALIZED_NAME_Z
public CorporationBookmarksCoordinates x(Double x)
public Double getX()
public void setX(Double x)
public CorporationBookmarksCoordinates y(Double y)
public Double getY()
public void setY(Double y)
public CorporationBookmarksCoordinates z(Double z)
public Double getZ()
public void setZ(Double z)
Copyright © 2023. All Rights Reserved.