
com.alipay.api.response.KoubeiMarketingCampaignCrowdCreateResponse 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.campaign.crowd.create response.
*
* @author auto create
* @since 1.0, 2017-08-01 16:00:43
*/
public class KoubeiMarketingCampaignCrowdCreateResponse extends AlipayResponse {
private static final long serialVersionUID = 7469576134793259167L;
/**
* 返回的人群组的唯一标识
*/
@ApiField("crowd_group_id")
private String crowdGroupId;
public void setCrowdGroupId(String crowdGroupId) {
this.crowdGroupId = crowdGroupId;
}
public String getCrowdGroupId( ) {
return this.crowdGroupId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy