public class Location extends AbstractModel
Constructor and Description |
---|
Location() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getXMax()
Get 位置矩形框的右下角横坐标
|
Long |
getXMin()
Get 位置矩形框的左上角横坐标
|
Long |
getYMax()
Get 位置矩形框的右下角纵坐标
|
Long |
getYMin()
Get 位置矩形框的左上角纵坐标
|
void |
setXMax(Long XMax)
Set 位置矩形框的右下角横坐标
|
void |
setXMin(Long XMin)
Set 位置矩形框的左上角横坐标
|
void |
setYMax(Long YMax)
Set 位置矩形框的右下角纵坐标
|
void |
setYMin(Long YMin)
Set 位置矩形框的左上角纵坐标
|
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 Location()
public Location(Location source)
public Long getXMin()
public void setXMin(Long XMin)
XMin
- 位置矩形框的左上角横坐标public Long getYMin()
public void setYMin(Long YMin)
YMin
- 位置矩形框的左上角纵坐标public Long getXMax()
public void setXMax(Long XMax)
XMax
- 位置矩形框的右下角横坐标public Long getYMax()
public void setYMax(Long YMax)
YMax
- 位置矩形框的右下角纵坐标Copyright © 2021. All rights reserved.