
com.alipay.api.response.AlipayEcoMycarParkingParkinglotinfoCreateResponse 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.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.eco.mycar.parking.parkinglotinfo.create response.
*
* @author auto create
* @since 1.0, 2017-08-25 17:09:55
*/
public class AlipayEcoMycarParkingParkinglotinfoCreateResponse extends AlipayResponse {
private static final long serialVersionUID = 6888779563251654459L;
/**
* 支付宝返回停车场id。成功不为空,失败返回空
*/
@ApiField("parking_id")
private String parkingId;
public void setParkingId(String parkingId) {
this.parkingId = parkingId;
}
public String getParkingId( ) {
return this.parkingId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy