public static class VehicleInsureQueryResponseBody.VehicleInsureQueryResponseBodyResultObject
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizCode
Verification result code:
1: Found (charged)
3: No record found (not charged)
example:
1
|
String |
vehicleInfo
Insurance date information
example:
{
"firstInsuranceDate": "--",
"lastInsuranceDate": "-",
"latestInsuranceDate": "****-",
"latestInsuranceDateStart": "****-**"
}
|
| 构造器和说明 |
|---|
VehicleInsureQueryResponseBodyResultObject() |
@NameInMap(value="BizCode") public String bizCode
Verification result code:
example:
- 1: Found (charged)
- 3: No record found (not charged)
1
@NameInMap(value="VehicleInfo") public String vehicleInfo
Insurance date information
example:{ "firstInsuranceDate": "--", "lastInsuranceDate": "-", "latestInsuranceDate": "****-", "latestInsuranceDateStart": "****-**" }
public VehicleInsureQueryResponseBodyResultObject()
public static VehicleInsureQueryResponseBody.VehicleInsureQueryResponseBodyResultObject build(Map<String,?> map) throws Exception
Exceptionpublic VehicleInsureQueryResponseBody.VehicleInsureQueryResponseBodyResultObject setBizCode(String bizCode)
public String getBizCode()
public VehicleInsureQueryResponseBody.VehicleInsureQueryResponseBodyResultObject setVehicleInfo(String vehicleInfo)
public String getVehicleInfo()
Copyright © 2025. All rights reserved.