
com.alipay.api.domain.AlipayEcoMycarDataserviceMaintainvehicleShareModel 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;
/**
* 同步评论接口
*
* @author auto create
* @since 1.0, 2017-04-12 11:49:20
*/
public class AlipayEcoMycarDataserviceMaintainvehicleShareModel extends AlipayObject {
private static final long serialVersionUID = 7135242576548781698L;
/**
* 车辆ID
*/
@ApiField("vid")
private String vid;
public String getVid() {
return this.vid;
}
public void setVid(String vid) {
this.vid = vid;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy