public class User extends AbstractModel
构造器和说明 |
---|
User() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getAppId()
获取app_id
|
Integer |
getArea()
获取用户类型(1:国内,2:国际)
|
String |
getBillingType()
获取计费类型(日结、月结)
|
String |
getCreateTime()
获取创建时间
|
String |
getMessage()
获取备注信息
|
Integer |
getStatus()
获取用户状态(0:正常,1:欠费,2:恶意)
|
String |
getUpdateTime()
获取修改时间
|
void |
setAppId(Integer AppId)
设置app_id
|
void |
setArea(Integer Area)
设置用户类型(1:国内,2:国际)
|
void |
setBillingType(String BillingType)
设置计费类型(日结、月结)
|
void |
setCreateTime(String CreateTime)
设置创建时间
|
void |
setMessage(String Message)
设置备注信息
|
void |
setStatus(Integer Status)
设置用户状态(0:正常,1:欠费,2:恶意)
|
void |
setUpdateTime(String UpdateTime)
设置修改时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getAppId()
public void setAppId(Integer AppId)
AppId
- app_idpublic Integer getArea()
public void setArea(Integer Area)
Area
- 用户类型(1:国内,2:国际)public String getBillingType()
public void setBillingType(String BillingType)
BillingType
- 计费类型(日结、月结)public Integer getStatus()
public void setStatus(Integer Status)
Status
- 用户状态(0:正常,1:欠费,2:恶意)public String getMessage()
public void setMessage(String Message)
Message
- 备注信息public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 修改时间Copyright © 2018. All rights reserved.