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

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

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

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

public class EDisplayTimeUpdateRequest{

    /**
     * 商户Id
     */
    private long restaurantId;
    public long getRestaurantId() {
        return restaurantId;
    }
    public void setRestaurantId(long restaurantId) {
        this.restaurantId = restaurantId;
    }
    
    /**
     * 是否启动自定义投放时段
     */
    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;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy