
com.alipay.api.domain.KoubeiMarketingCampaignRetailDmQueryModel 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, 2017-07-19 22:12:39
*/
public class KoubeiMarketingCampaignRetailDmQueryModel extends AlipayObject {
private static final long serialVersionUID = 7323178198461468622L;
/**
* 内容id,通过调用koubei.marketing.campaign.retail.dm.create接口创建内容时返回的内容ID
*/
@ApiField("content_id")
private String contentId;
public String getContentId() {
return this.contentId;
}
public void setContentId(String contentId) {
this.contentId = contentId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy