public class GetUserAccountCmd extends Object implements Command<Account>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
accountName |
protected String |
userId |
protected String |
userPassword |
Constructor and Description |
---|
GetUserAccountCmd(String userId,
String userPassword,
String accountName) |
Modifier and Type | Method and Description |
---|---|
Account |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String userId
protected String userPassword
protected String accountName
public Account execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.