public class Coord extends AbstractModel
| Constructor and Description | 
|---|
| Coord() | 
| 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, toJsonStringpublic Long getX()
public void setX(Long X)
X - Horizontal coordinatepublic Long getY()
public void setY(Long Y)
Y - Vertical coordinateCopyright © 2020. All rights reserved.