public class ObjectDetail extends AbstractModel
Constructor and Description |
---|
ObjectDetail() |
ObjectDetail(ObjectDetail 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 |
getId()
Get 序号
|
Location |
getLocation()
Get 检测框坐标
|
String |
getName()
Get 标签名称
|
Long |
getScore()
Get 分数
|
String |
getValue()
Get 标签值,
当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"
|
void |
setId(Long Id)
Set 序号
|
void |
setLocation(Location Location)
Set 检测框坐标
|
void |
setName(String Name)
Set 标签名称
|
void |
setScore(Long Score)
Set 分数
|
void |
setValue(String Value)
Set 标签值,
当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"
|
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 ObjectDetail()
public ObjectDetail(ObjectDetail source)
public Long getId()
public void setId(Long Id)
Id
- 序号public String getName()
public void setName(String Name)
Name
- 标签名称public String getValue()
public void setValue(String Value)
Value
- 标签值,
当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"public Long getScore()
public void setScore(Long Score)
Score
- 分数public Location getLocation()
public void setLocation(Location Location)
Location
- 检测框坐标Copyright © 2022. All rights reserved.