
com.alipay.api.response.AlipayMarketingCampaignDrawcampWhitelistCreateResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.campaign.drawcamp.whitelist.create response.
*
* @author auto create
* @since 1.0, 2023-08-21 01:11:19
*/
public class AlipayMarketingCampaignDrawcampWhitelistCreateResponse extends AlipayResponse {
private static final long serialVersionUID = 6289641475558662191L;
/**
* 操作结果状态,业务维度,网关返回成功状态码并且业务维度返回true才成功
*/
@ApiField("camp_result")
private Boolean campResult;
public void setCampResult(Boolean campResult) {
this.campResult = campResult;
}
public Boolean getCampResult( ) {
return this.campResult;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy