Class PlateContent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.PlateContent
-
public class PlateContent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Get 车牌的颜色LocationgetLocation()Get 截图中坐标信息StringgetPlate()Get 车牌号信息StringgetType()Get 车牌的种类,例如普通蓝牌voidsetColor(String Color)Set 车牌的颜色voidsetLocation(Location Location)Set 截图中坐标信息voidsetPlate(String Plate)Set 车牌号信息voidsetType(String Type)Set 车牌的种类,例如普通蓝牌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
-
PlateContent
public PlateContent()
-
PlateContent
public 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.
-
-
Method Detail
-
getPlate
public String getPlate()
Get 车牌号信息- Returns:
- Plate 车牌号信息
-
setPlate
public void setPlate(String Plate)
Set 车牌号信息- Parameters:
Plate- 车牌号信息
-
getColor
public String getColor()
Get 车牌的颜色- Returns:
- Color 车牌的颜色
-
setColor
public void setColor(String Color)
Set 车牌的颜色- Parameters:
Color- 车牌的颜色
-
getType
public String getType()
Get 车牌的种类,例如普通蓝牌- Returns:
- Type 车牌的种类,例如普通蓝牌
-
setType
public void setType(String Type)
Set 车牌的种类,例如普通蓝牌- Parameters:
Type- 车牌的种类,例如普通蓝牌
-
getLocation
public Location getLocation()
Get 截图中坐标信息- Returns:
- Location 截图中坐标信息
-
setLocation
public void setLocation(Location Location)
Set 截图中坐标信息- Parameters:
Location- 截图中坐标信息
-
-