public abstract class ManageCustomerAccount extends Object implements ToServerMessage
Constructor and Description |
---|
ManageCustomerAccount() |
ManageCustomerAccount(String accountId) |
ManageCustomerAccount(String accountId,
String nickName,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountId() |
String |
getNickName() |
String |
getPassword() |
void |
setAccountId(String accountId) |
void |
setNickName(String nickName) |
void |
setPassword(String password) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getWeiXinKey
public ManageCustomerAccount()
public ManageCustomerAccount(String accountId)
Copyright © 2006–2018 TinyGroup. All rights reserved.