public class ItemCoord extends AbstractModel
| Constructor and Description | 
|---|
ItemCoord()  | 
ItemCoord(ItemCoord 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 | 
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 ItemCoord()
public ItemCoord(ItemCoord source)
public 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 © 2023. All rights reserved.