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
另请参见:
序列化表格

构造方法摘要
CustomAccount()
           
 
方法摘要
 String getAccountName()
           
 String getHeadImg()
           
 String getId()
           
 String getNickName()
           
 String getPassword()
           
 void setAccountName(String accountName)
           
 void setHeadImg(String headImg)
           
 void setId(String id)
           
 void setNickName(String nickName)
           
 void setPassword(String password)
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 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.