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
|
Long |
getY()
Get 左上角y
|
void |
setHeight(Long Height)
Set 高height
|
void |
setWidth(Long Width)
Set 宽width
|
void |
setX(Long X)
Set 左上角x
|
void |
setY(Long Y)
Set 左上角y
|
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 Long getX()
public void setX(Long X)
X
- 左上角xpublic Long getY()
public void setY(Long Y)
Y
- 左上角ypublic Long getWidth()
public void setWidth(Long Width)
Width
- 宽widthpublic Long getHeight()
public void setHeight(Long Height)
Height
- 高heightCopyright © 2020. All rights reserved.