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

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

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

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

public class UmengUappEventCreateResult {

    private Integer status;

    /**
     * @return 响应码
     */
    public Integer getStatus() {
        return status;
    }

    /**
     * 设置响应码     *
          
     * 此参数必填
     */
    public void setStatus(Integer status) {
        this.status = status;
    }

    private String msg;

    /**
     * @return 响应信息
     */
    public String getMsg() {
        return msg;
    }

    /**
     * 设置响应信息     *
          
     * 此参数必填
     */
    public void setMsg(String msg) {
        this.msg = msg;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy