public class ItemCoord extends AbstractModel
| Constructor and Description | 
|---|
| ItemCoord() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getHeight()Get Height | 
| Long | getWidth()Get Width | 
| Long | getX()Get X-coordinate of top-left point. | 
| Long | getY()Get Y-coordinate of top-left point. | 
| void | setHeight(Long Height)Set Height | 
| void | setWidth(Long Width)Set Width | 
| void | setX(Long X)Set X-coordinate of top-left point. | 
| void | setY(Long Y)Set Y-coordinate of top-left point. | 
| 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 - X-coordinate of top-left point.public Long getY()
public void setY(Long Y)
Y - Y-coordinate of top-left point.public Long getWidth()
public void setWidth(Long Width)
Width - Widthpublic Long getHeight()
public void setHeight(Long Height)
Height - HeightCopyright © 2020. All rights reserved.