public class AccountQueryResponse extends Object
| 构造器和说明 |
|---|
AccountQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<Account2Tokens> |
getAccount2Tokens() |
String |
getErrMsg() |
ArrayList<String> |
getResult() |
int |
getRetCode() |
ArrayList<Token2Accounts> |
getTokenAccounts() |
void |
setAccount2Tokens(ArrayList<Account2Tokens> account2Tokens) |
void |
setErrMsg(String errMsg) |
void |
setResult(ArrayList<String> result) |
void |
setRetCode(int retCode) |
void |
setTokenAccounts(ArrayList<Token2Accounts> tokenAccounts) |
public int getRetCode()
public void setRetCode(int retCode)
public String getErrMsg()
public void setErrMsg(String errMsg)
public ArrayList<Token2Accounts> getTokenAccounts()
public void setTokenAccounts(ArrayList<Token2Accounts> tokenAccounts)
public ArrayList<Account2Tokens> getAccount2Tokens()
public void setAccount2Tokens(ArrayList<Account2Tokens> account2Tokens)
Copyright © 2021. All Rights Reserved.