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

com.umeng.uapp.param.UmengUappEventGetDataResult Maven / Gradle / Ivy

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

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

public class UmengUappEventGetDataResult {

    private UmengUappDateCountInfo[] eventData;

    /**
     * @return 
     */
    public UmengUappDateCountInfo[] getEventData() {
        return eventData;
    }

    /**
     * 设置     *
          
     * 此参数必填
     */
    public void setEventData(UmengUappDateCountInfo[] eventData) {
        this.eventData = eventData;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy