public class SetPlatformUserInfoCmd extends Object implements Command<PlatformIdentityInfoEntity>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
tenantId |
protected String |
userId |
protected Object |
value |
Constructor and Description |
---|
SetPlatformUserInfoCmd(String userId,
String tenantId,
String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
PlatformIdentityInfoEntity |
execute(CommandContext commandContext) |
protected String userId
protected String tenantId
protected String name
protected Object value
public PlatformIdentityInfoEntity execute(CommandContext commandContext)
execute
in interface Command<PlatformIdentityInfoEntity>