public class Account2Tokens extends Object
| 构造器和说明 |
|---|
Account2Tokens() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
int |
getAccountType() |
ArrayList<String> |
getTokens() |
void |
setAccount(String account) |
void |
setAccountType(int accountType) |
void |
setTokens(ArrayList<String> tokens) |
Copyright © 2021. All Rights Reserved.