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
alipay-sdk project for Spring Project
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-30 14:58:36
*/
public class KoubeiMarketingCampaignCrowdCreateResponse extends AlipayResponse {
private static final long serialVersionUID = 2729677912856677586L;
/**
* 返回的人群组的唯一标识
*/
@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