public class AccountQueryRequest extends Object
| 构造器和说明 |
|---|
AccountQueryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<AccountTypePair> |
getAccountList() |
AccountQueryOperatorType |
getOperatorType() |
ArrayList<String> |
getTokenList() |
void |
setAccountList(ArrayList<AccountTypePair> accountList) |
void |
setOperatorType(AccountQueryOperatorType operatorType) |
void |
setTokenList(ArrayList<String> tokenList) |
String |
toString() |
public AccountQueryOperatorType getOperatorType()
public void setOperatorType(AccountQueryOperatorType operatorType)
public ArrayList<AccountTypePair> getAccountList()
public void setAccountList(ArrayList<AccountTypePair> accountList)
Copyright © 2021. All Rights Reserved.