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

com.umeng.apptrack.param.UmengApptrackGetStayTrendDataResult Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.umeng.apptrack.param;

import java.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;

public class UmengApptrackGetStayTrendDataResult {

    private Long stay1;

    /**
     * @return 次日留存数据
     */
    public Long getStay1() {
        return stay1;
    }

    /**
     * 设置次日留存数据     *
          
     * 此参数必填
     */
    public void setStay1(Long stay1) {
        this.stay1 = stay1;
    }

    private Long stay2;

    /**
     * @return 第3日留存数据
     */
    public Long getStay2() {
        return stay2;
    }

    /**
     * 设置第3日留存数据     *
          
     * 此参数必填
     */
    public void setStay2(Long stay2) {
        this.stay2 = stay2;
    }

    private Long stay3;

    /**
     * @return 第4日留存数据
     */
    public Long getStay3() {
        return stay3;
    }

    /**
     * 设置第4日留存数据     *
          
     * 此参数必填
     */
    public void setStay3(Long stay3) {
        this.stay3 = stay3;
    }

    private Long stay4;

    /**
     * @return 第5日留存数据
     */
    public Long getStay4() {
        return stay4;
    }

    /**
     * 设置第5日留存数据     *
          
     * 此参数必填
     */
    public void setStay4(Long stay4) {
        this.stay4 = stay4;
    }

    private Long stay5;

    /**
     * @return 第6日留存数据
     */
    public Long getStay5() {
        return stay5;
    }

    /**
     * 设置第6日留存数据     *
          
     * 此参数必填
     */
    public void setStay5(Long stay5) {
        this.stay5 = stay5;
    }

    private Long stay6;

    /**
     * @return 第7日留存数据
     */
    public Long getStay6() {
        return stay6;
    }

    /**
     * 设置第7日留存数据     *
          
     * 此参数必填
     */
    public void setStay6(Long stay6) {
        this.stay6 = stay6;
    }

    private Long stay7;

    /**
     * @return 第8日留存数据
     */
    public Long getStay7() {
        return stay7;
    }

    /**
     * 设置第8日留存数据     *
          
     * 此参数必填
     */
    public void setStay7(Long stay7) {
        this.stay7 = stay7;
    }

    private Long stay8;

    /**
     * @return 第9日留存数据
     */
    public Long getStay8() {
        return stay8;
    }

    /**
     * 设置第9日留存数据     *
          
     * 此参数必填
     */
    public void setStay8(Long stay8) {
        this.stay8 = stay8;
    }

    private Long stay9;

    /**
     * @return 第10日留存数据
     */
    public Long getStay9() {
        return stay9;
    }

    /**
     * 设置第10日留存数据     *
          
     * 此参数必填
     */
    public void setStay9(Long stay9) {
        this.stay9 = stay9;
    }

    private Long stay10;

    /**
     * @return 第11日留存数据
     */
    public Long getStay10() {
        return stay10;
    }

    /**
     * 设置第11日留存数据     *
          
     * 此参数必填
     */
    public void setStay10(Long stay10) {
        this.stay10 = stay10;
    }

    private Long stay11;

    /**
     * @return 第12日留存数据
     */
    public Long getStay11() {
        return stay11;
    }

    /**
     * 设置第12日留存数据     *
          
     * 此参数必填
     */
    public void setStay11(Long stay11) {
        this.stay11 = stay11;
    }

    private Long stay12;

    /**
     * @return 第13日留存数据
     */
    public Long getStay12() {
        return stay12;
    }

    /**
     * 设置第13日留存数据     *
          
     * 此参数必填
     */
    public void setStay12(Long stay12) {
        this.stay12 = stay12;
    }

    private Long stay13;

    /**
     * @return 第14日留存数据
     */
    public Long getStay13() {
        return stay13;
    }

    /**
     * 设置第14日留存数据     *
          
     * 此参数必填
     */
    public void setStay13(Long stay13) {
        this.stay13 = stay13;
    }

    private Long stay14;

    /**
     * @return 第15日留存数据
     */
    public Long getStay14() {
        return stay14;
    }

    /**
     * 设置第15日留存数据     *
          
     * 此参数必填
     */
    public void setStay14(Long stay14) {
        this.stay14 = stay14;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy