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) |