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

eleme.openapi.sdk.api.entity.ad.EDisplayTargetUpdateRequest 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 EDisplayTargetUpdateRequest{

    /**
     * 商户Id
     */
    private Long restaurantId;
    public Long getRestaurantId() {
        return restaurantId;
    }
    public void setRestaurantId(Long restaurantId) {
        this.restaurantId = restaurantId;
    }
    
    /**
     * 定向配置
     */
    private List targetList;
    public List getTargetList() {
        return targetList;
    }
    public void setTargetList(List targetList) {
        this.targetList = targetList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy