
com.alipay.api.response.AlipayEcoCplifeBillBatchUploadResponse 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.cplife.bill.batch.upload response.
*
* @author auto create
* @since 1.0, 2017-02-10 18:54:48
*/
public class AlipayEcoCplifeBillBatchUploadResponse extends AlipayResponse {
private static final long serialVersionUID = 7616648693789883842L;
/**
* 成功导入所有条目集合中的条目,则回传请求中的批次号
*/
@ApiField("batch_id")
private String batchId;
public void setBatchId(String batchId) {
this.batchId = batchId;
}
public String getBatchId( ) {
return this.batchId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy