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

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

The newest version!
package com.umeng.apptrack.param;

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

public class UmengApptrackBackReportDataResult {

    private Boolean result;

    /**
     * @return 
     */
    public Boolean getResult() {
        return result;
    }

    /**
     * 设置     *
          
     * 此参数必填
     */
    public void setResult(Boolean result) {
        this.result = result;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy