Class Location
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.Location
-
public class Location 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 LonggetHeight()Get 方框高LonggetWidth()Get 方框宽LonggetX()Get 左上角 X 坐标轴LonggetY()Get 左上角 Y 坐标轴voidsetHeight(Long Height)Set 方框高voidsetWidth(Long Width)Set 方框宽voidsetX(Long X)Set 左上角 X 坐标轴voidsetY(Long Y)Set 左上角 Y 坐标轴voidtoMap(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
-
Location
public Location()
-
Location
public Location(Location 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
-
getX
public Long getX()
Get 左上角 X 坐标轴- Returns:
- X 左上角 X 坐标轴
-
setX
public void setX(Long X)
Set 左上角 X 坐标轴- Parameters:
X- 左上角 X 坐标轴
-
getY
public Long getY()
Get 左上角 Y 坐标轴- Returns:
- Y 左上角 Y 坐标轴
-
setY
public void setY(Long Y)
Set 左上角 Y 坐标轴- Parameters:
Y- 左上角 Y 坐标轴
-
getWidth
public Long getWidth()
Get 方框宽- Returns:
- Width 方框宽
-
setWidth
public void setWidth(Long Width)
Set 方框宽- Parameters:
Width- 方框宽
-
getHeight
public Long getHeight()
Get 方框高- Returns:
- Height 方框高
-
setHeight
public void setHeight(Long Height)
Set 方框高- Parameters:
Height- 方框高
-
-