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

eleme.openapi.sdk.api.entity.flow.RestaurantEntryFlowStats Maven / Gradle / Ivy

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

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

public class RestaurantEntryFlowStats{

    /**
     * 餐厅ID
     */
    private Long restaurantId;
    public Long getRestaurantId() {
        return restaurantId;
    }
    public void setRestaurantId(Long restaurantId) {
        this.restaurantId = restaurantId;
    }
    
    /**
     * 入口模块
     */
    private String entryModule;
    public String getEntryModule() {
        return entryModule;
    }
    public void setEntryModule(String entryModule) {
        this.entryModule = entryModule;
    }
    
    /**
     * 具体产生流量入口title
     */
    private String title;
    public String getTitle() {
        return title;
    }
    public void setTitle(String title) {
        this.title = title;
    }
    
    /**
     * 曝光数量(展示的次数)
     */
    private Integer exposureNum;
    public Integer getExposureNum() {
        return exposureNum;
    }
    public void setExposureNum(Integer exposureNum) {
        this.exposureNum = exposureNum;
    }
    
    /**
     * 用户访问的次数
     */
    private Integer pv;
    public Integer getPv() {
        return pv;
    }
    public void setPv(Integer pv) {
        this.pv = pv;
    }
    
    /**
     * 用户数
     */
    private Integer uv;
    public Integer getUv() {
        return uv;
    }
    public void setUv(Integer uv) {
        this.uv = uv;
    }
    
    /**
     * 带来的已成交订单GMV
     */
    private Integer gmv;
    public Integer getGmv() {
        return gmv;
    }
    public void setGmv(Integer gmv) {
        this.gmv = gmv;
    }
    
    /**
     * 统计时间(天)
     */
    private String dt;
    public String getDt() {
        return dt;
    }
    public void setDt(String dt) {
        this.dt = dt;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy