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

eleme.openapi.sdk.api.entity.cpc.OShopWagerEstimate Maven / Gradle / Ivy

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

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

public class OShopWagerEstimate{

    /**
     * 商户id
     */
    private long restaurantId;
    public long getRestaurantId() {
        return restaurantId;
    }
    public void setRestaurantId(long restaurantId) {
        this.restaurantId = restaurantId;
    }
    
    /**
     * 预估每日点击量
     */
    private int estimateClick;
    public int getEstimateClick() {
        return estimateClick;
    }
    public void setEstimateClick(int estimateClick) {
        this.estimateClick = estimateClick;
    }
    
    /**
     * 预估每日预算(元)
     */
    private double estimateBudget;
    public double getEstimateBudget() {
        return estimateBudget;
    }
    public void setEstimateBudget(double estimateBudget) {
        this.estimateBudget = estimateBudget;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy