com.github.sd4324530.fastweixin.api.entity
类 CustomAccount
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.CustomAccount
- 所有已实现的接口:
- Model, Serializable
public class CustomAccount
- extends BaseModel
客服帐号对象
- 作者:
- peiyu
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomAccount
public CustomAccount()
getAccountName
public String getAccountName()
setAccountName
public void setAccountName(String accountName)
getNickName
public String getNickName()
setNickName
public void setNickName(String nickName)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getId
public String getId()
setId
public void setId(String id)
getHeadImg
public String getHeadImg()
setHeadImg
public void setHeadImg(String headImg)
Copyright © 2017. All rights reserved.