public class VehicleQueryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
paramType
Parameter type:
normal: Unencrypted.
|
String |
vehicleNum
License plate number
When paramType is set to normal, enter the plain text.
|
String |
vehicleType
Vehicle type
example:
02
|
| 构造器和说明 |
|---|
VehicleQueryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VehicleQueryRequest |
build(Map<String,?> map) |
String |
getParamType() |
String |
getVehicleNum() |
String |
getVehicleType() |
VehicleQueryRequest |
setParamType(String paramType) |
VehicleQueryRequest |
setVehicleNum(String vehicleNum) |
VehicleQueryRequest |
setVehicleType(String vehicleType) |
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
@NameInMap(value="VehicleNum") public String vehicleNum
License plate number
example:
- When paramType is set to normal, enter the plain text.
- When paramType is set to md5, enter the unencrypted part of the license plate number except for the last two characters + the MD5 (32 lowercase) encryption of the last two characters of the license plate.
陕A9****
@NameInMap(value="VehicleType") public String vehicleType
Vehicle type
example:02
public static VehicleQueryRequest build(Map<String,?> map) throws Exception
Exceptionpublic VehicleQueryRequest setParamType(String paramType)
public String getParamType()
public VehicleQueryRequest setVehicleNum(String vehicleNum)
public String getVehicleNum()
public VehicleQueryRequest setVehicleType(String vehicleType)
public String getVehicleType()
Copyright © 2025. All rights reserved.