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

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

    /**
     * 商户Id
     */
    private long restaurantId;
    public long getRestaurantId() {
        return restaurantId;
    }
    public void setRestaurantId(long restaurantId) {
        this.restaurantId = restaurantId;
    }
    
    /**
     * 开始时间
     */
    private Long reportStartDate;
    public Long getReportStartDate() {
        return reportStartDate;
    }
    public void setReportStartDate(Long reportStartDate) {
        this.reportStartDate = reportStartDate;
    }
    
    /**
     * 结束时间
     */
    private Long reportEndDate;
    public Long getReportEndDate() {
        return reportEndDate;
    }
    public void setReportEndDate(Long reportEndDate) {
        this.reportEndDate = reportEndDate;
    }
    
    /**
     * 页面来源
     */
    private String comeFrom;
    public String getComeFrom() {
        return comeFrom;
    }
    public void setComeFrom(String comeFrom) {
        this.comeFrom = comeFrom;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy