
com.alipay.api.domain.AlipayDataDataserviceYuebaolqdDetailQueryModel 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, 2016-10-15 18:47:07
*/
public class AlipayDataDataserviceYuebaolqdDetailQueryModel extends AlipayObject {
private static final long serialVersionUID = 5262279178724683713L;
/**
* 服务入参,格式为yyyymmdd
*/
@ApiField("report_date")
private String reportDate;
public String getReportDate() {
return this.reportDate;
}
public void setReportDate(String reportDate) {
this.reportDate = reportDate;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy