
com.alipay.api.domain.KoubeiMarketingCampaignQrcodeQueryModel 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-04-18 11:55:05
*/
public class KoubeiMarketingCampaignQrcodeQueryModel extends AlipayObject {
private static final long serialVersionUID = 4221393775927841528L;
/**
* 活动id
*/
@ApiField("camp_id")
private String campId;
public String getCampId() {
return this.campId;
}
public void setCampId(String campId) {
this.campId = campId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy