public class VehicleInvoiceInfo extends AbstractModel
Constructor and Description |
---|
VehicleInvoiceInfo() |
VehicleInvoiceInfo(VehicleInvoiceInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBizCheckFormNo()
Get 商检单号
|
String |
getCarType()
Get 车辆类型
|
String |
getCertificateNo()
Get 合格证号
|
String |
getEngineNo()
Get 发动机号码
|
String |
getImportNo()
Get 进口证明书号
|
String |
getLimitCount()
Get 限乘人数
|
String |
getMotorBankAccount()
Get 账号
|
String |
getMotorBankName()
Get 开户行
|
String |
getMotorTaxRate()
Get 税率
|
String |
getPayTaxesNo()
Get 完税证书号
|
String |
getPlateModel()
Get 厂牌型号
|
String |
getProduceAddress()
Get 产地
|
String |
getTaxtationOrgCode()
Get 主管税务机关代码
|
String |
getTaxtationOrgName()
Get 主管税务机关名称
|
String |
getTonnage()
Get 吨位
|
String |
getVinNo()
Get LSVCA2NP9HN0xxxxx
|
void |
setBizCheckFormNo(String BizCheckFormNo)
Set 商检单号
|
void |
setCarType(String CarType)
Set 车辆类型
|
void |
setCertificateNo(String CertificateNo)
Set 合格证号
|
void |
setEngineNo(String EngineNo)
Set 发动机号码
|
void |
setImportNo(String ImportNo)
Set 进口证明书号
|
void |
setLimitCount(String LimitCount)
Set 限乘人数
|
void |
setMotorBankAccount(String MotorBankAccount)
Set 账号
|
void |
setMotorBankName(String MotorBankName)
Set 开户行
|
void |
setMotorTaxRate(String MotorTaxRate)
Set 税率
|
void |
setPayTaxesNo(String PayTaxesNo)
Set 完税证书号
|
void |
setPlateModel(String PlateModel)
Set 厂牌型号
|
void |
setProduceAddress(String ProduceAddress)
Set 产地
|
void |
setTaxtationOrgCode(String TaxtationOrgCode)
Set 主管税务机关代码
|
void |
setTaxtationOrgName(String TaxtationOrgName)
Set 主管税务机关名称
|
void |
setTonnage(String Tonnage)
Set 吨位
|
void |
setVinNo(String VinNo)
Set LSVCA2NP9HN0xxxxx
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VehicleInvoiceInfo()
public VehicleInvoiceInfo(VehicleInvoiceInfo source)
public String getCarType()
public void setCarType(String CarType)
CarType
- 车辆类型public String getPlateModel()
public void setPlateModel(String PlateModel)
PlateModel
- 厂牌型号public String getProduceAddress()
public void setProduceAddress(String ProduceAddress)
ProduceAddress
- 产地public String getCertificateNo()
public void setCertificateNo(String CertificateNo)
CertificateNo
- 合格证号public String getImportNo()
public void setImportNo(String ImportNo)
ImportNo
- 进口证明书号public String getVinNo()
public void setVinNo(String VinNo)
VinNo
- LSVCA2NP9HN0xxxxxpublic String getPayTaxesNo()
public void setPayTaxesNo(String PayTaxesNo)
PayTaxesNo
- 完税证书号public String getTonnage()
public void setTonnage(String Tonnage)
Tonnage
- 吨位public String getLimitCount()
public void setLimitCount(String LimitCount)
LimitCount
- 限乘人数public String getEngineNo()
public void setEngineNo(String EngineNo)
EngineNo
- 发动机号码public String getBizCheckFormNo()
public void setBizCheckFormNo(String BizCheckFormNo)
BizCheckFormNo
- 商检单号public String getTaxtationOrgCode()
public void setTaxtationOrgCode(String TaxtationOrgCode)
TaxtationOrgCode
- 主管税务机关代码public String getTaxtationOrgName()
public void setTaxtationOrgName(String TaxtationOrgName)
TaxtationOrgName
- 主管税务机关名称public String getMotorTaxRate()
public void setMotorTaxRate(String MotorTaxRate)
MotorTaxRate
- 税率public String getMotorBankName()
public void setMotorBankName(String MotorBankName)
MotorBankName
- 开户行public String getMotorBankAccount()
public void setMotorBankAccount(String MotorBankAccount)
MotorBankAccount
- 账号Copyright © 2021. All rights reserved.