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

com.umeng.uapp.param.UmengUappGetNewAccountsResult 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 UmengUappGetNewAccountsResult {

    private UmengUappAccountInfo[] newAccountInfo;

    /**
     * @return UmengUappAccountInfo[]
     */
    public UmengUappAccountInfo[] getNewAccountInfo() {
        return newAccountInfo;
    }

    /**
     * 设置UmengUappAccountInfo[]     *
          
     * 此参数必填
     */
    public void setNewAccountInfo(UmengUappAccountInfo[] newAccountInfo) {
        this.newAccountInfo = newAccountInfo;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy