public class VehicleInsureQueryRequest
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
Driver\"s license vehicle type.
|
String |
vin
Vehicle identification code, i.e., the vehicle VIN
When
paramType is set to normal, enter the plain text. |
| 构造器和说明 |
|---|
VehicleInsureQueryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VehicleInsureQueryRequest |
build(Map<String,?> map) |
String |
getParamType() |
String |
getVehicleNum() |
String |
getVehicleType() |
String |
getVin() |
VehicleInsureQueryRequest |
setParamType(String paramType) |
VehicleInsureQueryRequest |
setVehicleNum(String vehicleNum) |
VehicleInsureQueryRequest |
setVehicleType(String vehicleType) |
VehicleInsureQueryRequest |
setVin(String vin) |
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
@NameInMap(value="VehicleNum") public String vehicleNum
License plate number
example:
- When
paramTypeis set tonormal, enter the plain text.- When
paramTypeis set tomd5, enter the plain text of all but the last two characters of the license plate + the MD5 encryption (32 lowercase characters) of the last two characters of the license plate.
陕A9****
@NameInMap(value="VehicleType") public String vehicleType
Driver\"s license vehicle type.
example:02
@NameInMap(value="Vin") public String vin
Vehicle identification code, i.e., the vehicle VIN
example:
- When
paramTypeis set tonormal, enter the plain text.- When
paramTypeis set tomd5, enter the plain text of all but the last four characters of the VIN + the MD5 encryption (32 lowercase characters) of the last four characters of the VIN.
LB**************
public static VehicleInsureQueryRequest build(Map<String,?> map) throws Exception
Exceptionpublic VehicleInsureQueryRequest setParamType(String paramType)
public String getParamType()
public VehicleInsureQueryRequest setVehicleNum(String vehicleNum)
public String getVehicleNum()
public VehicleInsureQueryRequest setVehicleType(String vehicleType)
public String getVehicleType()
public VehicleInsureQueryRequest setVin(String vin)
public String getVin()
Copyright © 2025. All rights reserved.