RecallSknCount.java 1.18 KB
package com.yoho.search.recall.config;

public class RecallSknCount {

    private int newShelve;
    private int promotion;
    private int reducePrice;
    private int ctrValue;
    private int heatValue;
    private int random;

    public int getNewShelve() {
        return newShelve;
    }

    public void setNewShelve(int newShelve) {
        this.newShelve = newShelve;
    }

    public int getPromotion() {
        return promotion;
    }

    public void setPromotion(int promotion) {
        this.promotion = promotion;
    }

    public int getReducePrice() {
        return reducePrice;
    }

    public void setReducePrice(int reducePrice) {
        this.reducePrice = reducePrice;
    }

    public int getCtrValue() {
        return ctrValue;
    }

    public void setCtrValue(int ctrValue) {
        this.ctrValue = ctrValue;
    }

    public int getHeatValue() {
        return heatValue;
    }

    public void setHeatValue(int heatValue) {
        this.heatValue = heatValue;
    }

    public int getRandom() {
        return random;
    }

    public void setRandom(int random) {
        this.random = random;
    }
}