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

eleme.openapi.sdk.api.entity.ad.DouJinCpcSolutionResult Maven / Gradle / Ivy

The newest version!
package eleme.openapi.sdk.api.entity.ad;


import java.util.List;

public class DouJinCpcSolutionResult{

    /**
     * 计划id
     */
    private Long id;
    public Long getId() {
        return id;
    }
    public void setId(Long id) {
        this.id = id;
    }
    
    /**
     * 投放计划
     */
    private String title;
    public String getTitle() {
        return title;
    }
    public void setTitle(String title) {
        this.title = title;
    }
    
    /**
     * 每日预算
     */
    private String budget;
    public String getBudget() {
        return budget;
    }
    public void setBudget(String budget) {
        this.budget = budget;
    }
    
    /**
     * 出价方式
     */
    private Integer bidModel;
    public Integer getBidModel() {
        return bidModel;
    }
    public void setBidModel(Integer bidModel) {
        this.bidModel = bidModel;
    }
    
    /**
     * 预算风格
     */
    private Integer budgetStyle;
    public Integer getBudgetStyle() {
        return budgetStyle;
    }
    public void setBudgetStyle(Integer budgetStyle) {
        this.budgetStyle = budgetStyle;
    }
    
    /**
     * 计划状态
     */
    private String state;
    public String getState() {
        return state;
    }
    public void setState(String state) {
        this.state = state;
    }
    
    /**
     * 是否启动自定义投放时段
     */
    private Boolean isAutoLaunch;
    public Boolean getIsAutoLaunch() {
        return isAutoLaunch;
    }
    public void setIsAutoLaunch(Boolean isAutoLaunch) {
        this.isAutoLaunch = isAutoLaunch;
    }
    
    /**
     * 工作日投放时段
     */
    private List launchHoursHalfList;
    public List getLaunchHoursHalfList() {
        return launchHoursHalfList;
    }
    public void setLaunchHoursHalfList(List launchHoursHalfList) {
        this.launchHoursHalfList = launchHoursHalfList;
    }
    
    /**
     * 单元明细
     */
    private List adgroupList;
    public List getAdgroupList() {
        return adgroupList;
    }
    public void setAdgroupList(List adgroupList) {
        this.adgroupList = adgroupList;
    }
    
    /**
     * 定向出价明细
     */
    private List targetList;
    public List getTargetList() {
        return targetList;
    }
    public void setTargetList(List targetList) {
        this.targetList = targetList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy