All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eleme.openapi.sdk.api.entity.activity.PresentWithTemplateResult Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.activity;

import eleme.openapi.sdk.api.enumeration.activity.*;
import eleme.openapi.sdk.api.entity.activity.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class PresentWithTemplateResult{

    /**
     * 发券结果
     */
    private Map presentWithTemplateSingleResults;
    public Map getPresentWithTemplateSingleResults() {
        return presentWithTemplateSingleResults;
    }
    public void setPresentWithTemplateSingleResults(Map presentWithTemplateSingleResults) {
        this.presentWithTemplateSingleResults = presentWithTemplateSingleResults;
    }
    
    /**
     * 券id
     */
    private Long couponId;
    public Long getCouponId() {
        return couponId;
    }
    public void setCouponId(Long couponId) {
        this.couponId = couponId;
    }
    
    /**
     * 创建活动是否成功
     */
    private Boolean success;
    public Boolean getSuccess() {
        return success;
    }
    public void setSuccess(Boolean success) {
        this.success = success;
    }
    
    /**
     * 失败原因
     */
    private String reason;
    public String getReason() {
        return reason;
    }
    public void setReason(String reason) {
        this.reason = reason;
    }
    
    /**
     * 异常code
     */
    private String errorCode;
    public String getErrorCode() {
        return errorCode;
    }
    public void setErrorCode(String errorCode) {
        this.errorCode = errorCode;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy