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

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

The 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 EDouJinTargetUpdateRequest{

    /**
     * 商户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