All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.response.AlipayEcoMycarViolationVehicleQueryResponse Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.eco.mycar.violation.vehicle.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-07-04 17:31:59
 */
public class AlipayEcoMycarViolationVehicleQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 8386192886418167366L;

	/** 
	 * 用户车辆发动机号
	 */
	@ApiField("engine_no")
	private String engineNo;

	/** 
	 * 用户车辆ID,支付宝系统唯一
	 */
	@ApiField("vi_id")
	private String viId;

	/** 
	 * 用户车辆车牌号
	 */
	@ApiField("vi_number")
	private String viNumber;

	/** 
	 * 用户车辆识别码
	 */
	@ApiField("vin_no")
	private String vinNo;

	public void setEngineNo(String engineNo) {
		this.engineNo = engineNo;
	}
	public String getEngineNo( ) {
		return this.engineNo;
	}

	public void setViId(String viId) {
		this.viId = viId;
	}
	public String getViId( ) {
		return this.viId;
	}

	public void setViNumber(String viNumber) {
		this.viNumber = viNumber;
	}
	public String getViNumber( ) {
		return this.viNumber;
	}

	public void setVinNo(String vinNo) {
		this.vinNo = vinNo;
	}
	public String getVinNo( ) {
		return this.vinNo;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy