Class ItemCoord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hcm.v20181106.models.ItemCoord
-
public class ItemCoord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getHeight()
Get 算式高度Long
getWidth()
Get 算式宽度Long
getX()
Get 算式图的左上角横坐标Long
getY()
Get 算式图的左上角纵坐标void
setHeight(Long Height)
Set 算式高度void
setWidth(Long Width)
Set 算式宽度void
setX(Long X)
Set 算式图的左上角横坐标void
setY(Long Y)
Set 算式图的左上角纵坐标void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ItemCoord
public ItemCoord()
-
ItemCoord
public 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.
-
-
Method Detail
-
getHeight
public Long getHeight()
Get 算式高度- Returns:
- Height 算式高度
-
setHeight
public void setHeight(Long Height)
Set 算式高度- Parameters:
Height
- 算式高度
-
getWidth
public Long getWidth()
Get 算式宽度- Returns:
- Width 算式宽度
-
setWidth
public void setWidth(Long Width)
Set 算式宽度- Parameters:
Width
- 算式宽度
-
getX
public Long getX()
Get 算式图的左上角横坐标- Returns:
- X 算式图的左上角横坐标
-
setX
public void setX(Long X)
Set 算式图的左上角横坐标- Parameters:
X
- 算式图的左上角横坐标
-
getY
public Long getY()
Get 算式图的左上角纵坐标- Returns:
- Y 算式图的左上角纵坐标
-
setY
public void setY(Long Y)
Set 算式图的左上角纵坐标- Parameters:
Y
- 算式图的左上角纵坐标
-
-