public class VehicleMetaVerifyV2Request
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
identifyNum
ID number.
|
String |
paramType
Parameter type:
normal: Unencrypted.
|
String |
userName
Name
When paramType is normal, enter plain text.
|
String |
vehicleNum
License plate number
When paramType is normal, enter plain text.
|
String |
vehicleType
Vehicle type
example:
02
|
String |
verifyMetaType
Verification type
VEHICLE_2_META: Two-element verification, name + license plate number verification;
VEHICLE_3_META: Three-element verification, name + license plate number + ID number verification;
example:
VEHICLE_3_META
|
| 构造器和说明 |
|---|
VehicleMetaVerifyV2Request() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VehicleMetaVerifyV2Request |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getParamType() |
String |
getUserName() |
String |
getVehicleNum() |
String |
getVehicleType() |
String |
getVerifyMetaType() |
VehicleMetaVerifyV2Request |
setIdentifyNum(String identifyNum) |
VehicleMetaVerifyV2Request |
setParamType(String paramType) |
VehicleMetaVerifyV2Request |
setUserName(String userName) |
VehicleMetaVerifyV2Request |
setVehicleNum(String vehicleNum) |
VehicleMetaVerifyV2Request |
setVehicleType(String vehicleType) |
VehicleMetaVerifyV2Request |
setVerifyMetaType(String verifyMetaType) |
@NameInMap(value="IdentifyNum") public String identifyNum
ID number.
This is a required field when VerifyMetaType is VEHICLE_3_META.
example:
- When paramType is normal, enter plain text.
- When paramType is md5, enter the first 6 digits in plain text + MD5 (32 lowercase) of the birth date + the last 4 digits in plain text.
4****************1
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
@NameInMap(value="UserName") public String userName
Name
example:
- When paramType is normal, enter plain text.
- When paramType is md5, enter the first character of the name as MD5 (32 lowercase) + the rest of the name in plain text.
张*
@NameInMap(value="VehicleNum") public String vehicleNum
License plate number
example:
- When paramType is normal, enter plain text.
- When paramType is md5, enter all but the last two characters in plain text + the last two characters as MD5 (32 lowercase).
陕A9****
@NameInMap(value="VehicleType") public String vehicleType
Vehicle type
example:02
@NameInMap(value="VerifyMetaType") public String verifyMetaType
Verification type
example:
- VEHICLE_2_META: Two-element verification, name + license plate number verification;
- VEHICLE_3_META: Three-element verification, name + license plate number + ID number verification;
VEHICLE_3_META
public static VehicleMetaVerifyV2Request build(Map<String,?> map) throws Exception
Exceptionpublic VehicleMetaVerifyV2Request setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public VehicleMetaVerifyV2Request setParamType(String paramType)
public String getParamType()
public VehicleMetaVerifyV2Request setUserName(String userName)
public String getUserName()
public VehicleMetaVerifyV2Request setVehicleNum(String vehicleNum)
public String getVehicleNum()
public VehicleMetaVerifyV2Request setVehicleType(String vehicleType)
public String getVehicleType()
public VehicleMetaVerifyV2Request setVerifyMetaType(String verifyMetaType)
public String getVerifyMetaType()
Copyright © 2025. All rights reserved.