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