
com.alipay.api.domain.AlipayEcoMycarViolationVehicleQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* ISV获取用户违章车辆信息
*
* @author auto create
* @since 1.0, 2017-07-13 14:24:54
*/
public class AlipayEcoMycarViolationVehicleQueryModel extends AlipayObject {
private static final long serialVersionUID = 4176659616459725652L;
/**
* 用户车辆ID,支付宝系统唯一
*/
@ApiField("vi_id")
private String viId;
public String getViId() {
return this.viId;
}
public void setViId(String viId) {
this.viId = viId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy