public class UAccount
extends Object
Constructor and Description |
---|
UAccount(String accountID,
String accountName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccountID()
Get account ID.
|
String |
getAccountName()
Get account ID.
|
String |
getPhone() |
String |
getSGGameKey() |
String |
getSGOpenID() |
String |
getSGRecoverToken() |
void |
setAccountID(String accountID)
Set account ID.
|
void |
setAccountName(String accountName)
Set account ID.
|
void |
setPhone(String phone) |
void |
setSGGameKey(String gameKey) |
void |
setSGOpenID(String openID) |
void |
setSGRecoverToken(String recoverToken) |
public UAccount(String accountID, String accountName)
accountID
- account IDaccountName
- account IDpublic String getAccountID()
public String getAccountName()
public String getPhone()
public String getSGGameKey()
public String getSGOpenID()
public String getSGRecoverToken()
public void setAccountID(String accountID)
accountID
- account IDpublic void setAccountName(String accountName)
mAccountName
- account IDpublic void setPhone(String phone)
public void setSGGameKey(String gameKey)
public void setSGOpenID(String openID)
public void setSGRecoverToken(String recoverToken)