public class Coord extends AbstractModel
Constructor and Description |
---|
Coord() |
Coord(Coord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getX()
Get Horizontal coordinate
|
Long |
getY()
Get Vertical coordinate
|
void |
setX(Long X)
Set Horizontal coordinate
|
void |
setY(Long Y)
Set Vertical coordinate
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Coord()
public Coord(Coord source)
public Long getX()
public void setX(Long X)
X
- Horizontal coordinatepublic Long getY()
public void setY(Long Y)
Y
- Vertical coordinateCopyright © 2023. All rights reserved.