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