
com.alipay.api.response.KoubeiMarketingDataActivityBillDownloadResponse 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: koubei.marketing.data.activity.bill.download response.
*
* @author auto create
* @since 1.0, 2016-11-11 19:58:38
*/
public class KoubeiMarketingDataActivityBillDownloadResponse extends AlipayResponse {
private static final long serialVersionUID = 1596252924618324816L;
/**
* 账单下载地址
*/
@ApiField("url")
private String url;
public void setUrl(String url) {
this.url = url;
}
public String getUrl( ) {
return this.url;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy