
com.alipay.api.domain.KoubeiMarketingDataCustomreportDetailQueryModel 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-08-29 14:52:29
*/
public class KoubeiMarketingDataCustomreportDetailQueryModel extends AlipayObject {
private static final long serialVersionUID = 7419662382471616862L;
/**
* 自定义报表的规则KEY
*/
@ApiField("condition_key")
private String conditionKey;
public String getConditionKey() {
return this.conditionKey;
}
public void setConditionKey(String conditionKey) {
this.conditionKey = conditionKey;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy