public class VehicleInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
bizOrderNo
example:
|
String |
brand
example:
|
String |
color
example:
|
String |
downPayment
example:
|
String |
firstRegDate
example:
|
String |
frameNo
example:
|
String |
guidePrice
example:
|
String |
installmentAmount
example:
|
String |
model
example:
|
String |
modelKeyword
example:
|
String |
modelYear
example:
|
String |
odo
example:
|
String |
otr
example:
|
String |
parts
example:
|
String |
range
example:
|
String |
sellingPrice
example:
|
String |
sku
example:
|
String |
sn
example:
|
String |
tradeAmount
example:
|
String |
wifiMac
example:
|
| Constructor and Description |
|---|
VehicleInfo() |
@NameInMap(value="biz_order_no") @Validation(required=true) public String bizOrderNo
xxxx
@NameInMap(value="trade_amount") @Validation(required=true) public String tradeAmount
199.88
@NameInMap(value="installment_amount") public String installmentAmount
188.88
@NameInMap(value="down_payment") public String downPayment
199.00
@NameInMap(value="wifi_mac") public String wifiMac
xxx
@NameInMap(value="sn") public String sn
xxx
@NameInMap(value="frame_no") public String frameNo
xxx
@NameInMap(value="sku") @Validation(required=true) public String sku
xxxx
@NameInMap(value="color") public String color
xxxx
@NameInMap(value="model_keyword") public String modelKeyword
xxx
@NameInMap(value="range") public String range
1024
@NameInMap(value="guide_price") @Validation(required=true) public String guidePrice
199.88
@NameInMap(value="selling_price") @Validation(required=true) public String sellingPrice
1999.98
@NameInMap(value="brand") public String brand
xxxx
@NameInMap(value="model") public String model
xxxx
@NameInMap(value="model_year") public String modelYear
yyyy
@NameInMap(value="odo") public String odo
xxxx
@NameInMap(value="first_reg_date") public String firstRegDate
xxxx
@NameInMap(value="otr") public String otr
xxxx
@NameInMap(value="parts") public String parts
xxxx
public static VehicleInfo build(Map<String,?> map) throws Exception
Exceptionpublic VehicleInfo setBizOrderNo(String bizOrderNo)
public String getBizOrderNo()
public VehicleInfo setTradeAmount(String tradeAmount)
public String getTradeAmount()
public VehicleInfo setInstallmentAmount(String installmentAmount)
public String getInstallmentAmount()
public VehicleInfo setDownPayment(String downPayment)
public String getDownPayment()
public VehicleInfo setWifiMac(String wifiMac)
public String getWifiMac()
public VehicleInfo setSn(String sn)
public String getSn()
public VehicleInfo setFrameNo(String frameNo)
public String getFrameNo()
public VehicleInfo setSku(String sku)
public String getSku()
public VehicleInfo setColor(String color)
public String getColor()
public VehicleInfo setModelKeyword(String modelKeyword)
public String getModelKeyword()
public VehicleInfo setRange(String range)
public String getRange()
public VehicleInfo setGuidePrice(String guidePrice)
public String getGuidePrice()
public VehicleInfo setSellingPrice(String sellingPrice)
public String getSellingPrice()
public VehicleInfo setBrand(String brand)
public String getBrand()
public VehicleInfo setModel(String model)
public String getModel()
public VehicleInfo setModelYear(String modelYear)
public String getModelYear()
public VehicleInfo setOdo(String odo)
public String getOdo()
public VehicleInfo setFirstRegDate(String firstRegDate)
public String getFirstRegDate()
public VehicleInfo setOtr(String otr)
public String getOtr()
public VehicleInfo setParts(String parts)
public String getParts()
Copyright © 2025. All rights reserved.