public class PlateContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
PlateContent() |
PlateContent(PlateContent 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 |
---|---|
String |
getColor()
Get 车牌的颜色
|
Location |
getLocation()
Get 截图中坐标信息
|
String |
getPlate()
Get 车牌号信息
|
String |
getType()
Get 车牌的种类,例如普通蓝牌
|
void |
setColor(String Color)
Set 车牌的颜色
|
void |
setLocation(Location Location)
Set 截图中坐标信息
|
void |
setPlate(String Plate)
Set 车牌号信息
|
void |
setType(String Type)
Set 车牌的种类,例如普通蓝牌
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PlateContent()
public PlateContent(PlateContent source)
public String getPlate()
public void setPlate(String Plate)
Plate
- 车牌号信息public String getColor()
public void setColor(String Color)
Color
- 车牌的颜色public String getType()
public void setType(String Type)
Type
- 车牌的种类,例如普通蓝牌public Location getLocation()
public void setLocation(Location Location)
Location
- 截图中坐标信息Copyright © 2024. All rights reserved.