com.umeng.uapp.param.UmengUappGetNewAccountsResult Maven / Gradle / Ivy
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;
}
}